mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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
|
if $cmd > test-log.txt 2>&1; then
|
||||||
echo Ok
|
echo Ok
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf "out-$t";
|
if [ "$V" != "" ]; then rm -rf "out-$t"; fi
|
||||||
else
|
else
|
||||||
echo FAILED
|
echo FAILED
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user