From 9b64bbf06eab19534e58a1b7af1757e427e6b3b6 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 17 Apr 2015 13:16:24 +1000 Subject: [PATCH] Remove old comment in run_tests.sh The scope of this has expanded to run everything in ./tests Change-Id: I640b0a8b7aa578ddd24dd3e58d5b2a1e09fe0284 --- run_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index c6b7da64c0..a9a3d0bb48 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