diff options
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test.sh b/test.sh deleted file mode 100755 index 2886c95..0000000 --- a/test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -if [ ! -f "addon-sdk/bin/activate" ]; then - die "Addon SDK not available. Run git submodule update." -fi - -pushd addon-sdk -source bin/activate -popd - -echo "Running tests" -cfx test --verbose |