mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-25 22:19:23 +02:00
Regression test CI fix.
This commit is contained in:
@@ -34,7 +34,7 @@ rm -f tmpscad*.scad
|
||||
for lib in $PREVIEW_LIBS; do
|
||||
lib="$(basename $lib .scad)"
|
||||
mkdir -p images/$lib
|
||||
if [ "$IMGGEN" != "" -a "$TESTONLY" != ""]; then
|
||||
if [ "$IMGGEN" != "" -a "$TESTONLY" != "" ]; then
|
||||
rm -f images/$lib/*.png images/$lib/*.gif
|
||||
fi
|
||||
echo "$lib.scad"
|
||||
|
Reference in New Issue
Block a user