]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/run-tests.sh
support for the Iwona fonts
[lyx.git] / development / autotests / run-tests.sh
index 3a175e7c60e755ef1eaddffe27282fa66e03399f..a3f7d12eb4cfae8103269bec328707f7f067be82 100755 (executable)
@@ -100,7 +100,7 @@ for tf in $(echo "$TESTS"); do
     if $cmd > test-log.txt 2>&1; then
        echo Ok
        cd ..
-       rm -rf "out-$t";
+       if [ "$V" != "" ]; then rm -rf "out-$t"; fi
     else
        echo FAILED
        cd ..