aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-06-23 19:36:32 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-22 21:34:56 -0400
commit16903513a8ea4241cfe084ab9a07fe2285a2f525 (patch)
tree0fad6951679d6d58d76ba26f5ccaeadbaefffe96 /test.sh
parente69daa447d3dcb76dce669293f1d468606b88bf6 (diff)
downloadlibrejsxul-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-xtest.sh12
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