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
test/run_all
... ... @@ -6,7 +6,7 @@ failed=0
6 6 for file in test/*_test.sh; do
7 7 rc=0
8 8 echo "$file"
9   - mispipe "sh $file" "sed -e 's/^/ /'" || rc=$?
  9 + mispipe "sh $file" "sed -e 's/ASSERT:/FAILED:/; s/^/ /'" || rc=$?
10 10 if [ $rc -ne 0 ]; then
11 11 failed=1
12 12 fi
... ...