Commit 0ac558c49e5b9cc74ed829b6c9debe59c91cd10f

Authored by Antonio Terceiro
1 parent 93527467

test/run_all: s/ASSERT:/FAILED:/

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -6,7 +6,7 @@ failed=0 @@ -6,7 +6,7 @@ failed=0
6 for file in test/*_test.sh; do 6 for file in test/*_test.sh; do
7 rc=0 7 rc=0
8 echo "$file" 8 echo "$file"
9 - mispipe "sh $file" "sed -e 's/^/ /'" || rc=$? 9 + mispipe "sh $file" "sed -e 's/ASSERT:/FAILED:/; s/^/ /'" || rc=$?
10 if [ $rc -ne 0 ]; then 10 if [ $rc -ne 0 ]; then
11 failed=1 11 failed=1
12 fi 12 fi