diff options
Diffstat (limited to 'service/runtests')
-rwxr-xr-x | service/runtests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/runtests b/service/runtests index 64316a29..6b10459a 100755 --- a/service/runtests +++ b/service/runtests @@ -1 +1,2 @@ -APP_ROOT=`pwd`/app py.test test/ +#!/bin/bash +APP_ROOT=`pwd` py.test test/ |