aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorPjotr Prins2017-07-16 11:05:39 +0000
committerPjotr Prins2017-07-16 11:05:39 +0000
commitd6098a5f318543b525878c6cf45ddfe8ec923d9d (patch)
tree47e1610aebddc635552e6d29251a52424ad625c5 /run_tests.sh
parentc3bc17415916a38aae675805b7f26a4cb6aafeca (diff)
downloadpangemma-d6098a5f318543b525878c6cf45ddfe8ec923d9d.tar.gz
sunit2: added instructions
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index e8b7d49..181f687 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
-# download shunit2 in order to run tests:
-# curl -L "https://dl.dropboxusercontent.com/u/7916095/shunit2-2.0.3.tgz" | tar zx --overwrite
+# download shunit2 in order to run tests (see INSTALL.md)
cd test
./test_suite.sh | tee /dev/stderr | grep -q 'success rate: 100%'