Skip to content

Commit 60ca6e5

Browse files
committed
test: Make basic-build-test.sh see summary statuses
We've changed the behavior of "-v" to no longer output test summary statuses. Update basic-build-test.sh to use the test runner's verbosity option "-v 2", so that the basic-build-test.sh script can get the summary statuses it needs.
1 parent 8396a71 commit 60ca6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/basic-build-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TEST_OUTPUT=out_${PPID}
7676
cd tests
7777

7878
# Step 2a - Unit Tests
79-
perl scripts/run-test-suites.pl -v |tee unit-test-$TEST_OUTPUT
79+
perl scripts/run-test-suites.pl -v 2 |tee unit-test-$TEST_OUTPUT
8080
echo
8181

8282
# Step 2b - System Tests

0 commit comments

Comments
 (0)