mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Allow for keeping succesful tests output directories if the V env variable is non-null.
This commit is contained in:
parent
0b82548b5e
commit
073561ca63
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user