aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-x[-rw-r--r--]test.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index a487675..2886c95 100644..100755
--- a/test.sh
+++ b/test.sh
@@ -1,3 +1,12 @@
#!/bin/bash
-cfx test -p ~/.mozilla/firefox/profiles/httpsEverywhere | grep -v '^console'
+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