mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-02-17 17:09:45 +00:00
Fix regressions return code.
This commit is contained in:
parent
1670b0fa16
commit
9d9234513d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ for testfile in "${INFILES[@]}"; do
|
||||||
else
|
else
|
||||||
echo "$repname: FAIL!"
|
echo "$repname: FAIL!"
|
||||||
echo "$output"
|
echo "$output"
|
||||||
OUTCODE="$retcode"
|
OUTCODE=1
|
||||||
fi
|
fi
|
||||||
rm -f out.echo
|
rm -f out.echo
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue