mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:30:25 +02:00
Test script fixes.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
OPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
|
||||
|
||||
for testscript in tests/test_*.scad ; do
|
||||
${OPENSCAD} -o .off --hardwarnings --check-parameters true --check-parameter-ranges true $testscript
|
||||
echo -n "$testscript: "
|
||||
${OPENSCAD} -o .off --hardwarnings --check-parameters true --check-parameter-ranges true $testscript >>/dev/null 2>&1
|
||||
[ $? != 0 ] && echo "PASS" || echo "FAIL!"
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user