diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-18 13:41:46 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-18 13:41:46 +0100 |
commit | 624c592350de1da7776fa3ac6943eb308c42e13d (patch) | |
tree | 7bb9b88f3ec4871f2dfec09f9aac85f5c2e0c3bb /test/run_test.sh | |
parent | 8a73091e5d3a801c0f52add4c808af6950f7851e (diff) | |
parent | e031aa795657f4b55227a8547592b39eb4ad7585 (diff) |
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'test/run_test.sh')
-rwxr-xr-x | test/run_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test.sh b/test/run_test.sh index da293c0..51b99c4 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -12,7 +12,7 @@ then echo "======================" echo "All tests are now run." echo "======================" - make -C .. check + make check else for TST in "$@" do |