mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-19 19:09:36 +00:00
Merge pull request #573 from revarbat/revarbat_dev
Fix regressions return code.
This commit is contained in:
commit
0a41da2615
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