commit | 9b64bbf06eab19534e58a1b7af1757e427e6b3b6 | [log] [tgz] |
---|---|---|
author | Ian Wienand <iwienand@redhat.com> | Fri Apr 17 13:16:24 2015 +1000 |
committer | Ian Wienand <iwienand@redhat.com> | Fri Apr 17 13:23:25 2015 +1000 |
tree | 2ec55a8876aac58c2a3dcfb25cdaf4c5621680f6 | |
parent | 09f4ad227976eb95d70045b67d0f724294cf7e22 [diff] |
Remove old comment in run_tests.sh The scope of this has expanded to run everything in ./tests Change-Id: I640b0a8b7aa578ddd24dd3e58d5b2a1e09fe0284
diff --git a/run_tests.sh b/run_tests.sh index c6b7da6..a9a3d0b 100755 --- a/run_tests.sh +++ b/run_tests.sh
@@ -17,8 +17,6 @@ PASSES="" FAILURES="" -# Test that no one is trying to land crazy refs as branches - for testfile in tests/test_*.sh; do $testfile if [[ $? -eq 0 ]]; then