diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-23 19:36:32 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-22 21:34:56 -0400 |
commit | 16903513a8ea4241cfe084ab9a07fe2285a2f525 (patch) | |
tree | 0fad6951679d6d58d76ba26f5ccaeadbaefffe96 /test.sh | |
parent | e69daa447d3dcb76dce669293f1d468606b88bf6 (diff) | |
download | librejsxul-16903513a8ea4241cfe084ab9a07fe2285a2f525.tar.lz librejsxul-16903513a8ea4241cfe084ab9a07fe2285a2f525.tar.xz librejsxul-16903513a8ea4241cfe084ab9a07fe2285a2f525.zip |
random jpm stuff
* removed addon-sdk git submodule
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 |