Browse code

Remove old comment in run_tests.sh

The scope of this has expanded to run everything in ./tests

Change-Id: I640b0a8b7aa578ddd24dd3e58d5b2a1e09fe0284

Ian Wienand authored on 2015/04/17 12:16:24
Showing 1 changed files
... ...
@@ -17,8 +17,6 @@
17 17
 PASSES=""
18 18
 FAILURES=""
19 19
 
20
-# Test that no one is trying to land crazy refs as branches
21
-
22 20
 for testfile in tests/test_*.sh; do
23 21
     $testfile
24 22
     if [[ $? -eq 0 ]]; then