Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ cd "$SCRIPT_DIR"
rm -f _results _log
FAILED=0
collect() {
if "$@" 2>&1 | tee _log
"$@" 2>&1 | tee _log
if [ ${PIPESTATUS[0]} -eq 0 ]
then
echo SUCCESS "$1" >> _results
else
Expand Down