0
0
mirror of https://github.com/cjdelisle/cjdns synced 2025-10-06 00:32:50 +02:00

Fixed up the test command

This commit is contained in:
Caleb James DeLisle
2018-10-17 16:00:41 +02:00
parent b712da31e1
commit 4ec4dc845c

View File

@@ -18,4 +18,4 @@ matrix:
- export LDFLAGS=-fsanitize=address
- export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-5.0/bin/llvm-symbolizer
- ./do
- ./build_*/test_testcjdroute_c | while read x; do test "$x" != "" && bash -c $x >/dev/null || exit 100; done
- ./build_*/test_testcjdroute_c | while read x; do test "$x" = "" && continue ; echo ">$x" ; bash -c "$x" >/dev/null || exit 100 ; done