blob: 8f9c20f34df288b32394ae18f524eda5bf05d93e [file] [log] [blame]
Andrew Geissler615f2f12022-07-15 14:00:58 -05001#!/bin/sh
2cd tests
Andrew Geissler220dafd2023-10-04 10:18:08 -05003{ ./runtests.pl -a -n -s -j4 !flaky || echo "FAIL: curl" ; } | sed \
Andrew Geissler615f2f12022-07-15 14:00:58 -05004 -e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \
5 -e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|' \
6 -e 's/Warning: test[0-9]\+ not present in tests\/data\/Makefile.inc//'