mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Recovered autotests for *-in.txt tests.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39265 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5e0b52f9f1
commit
db592baf0e
@ -91,7 +91,7 @@ for tf in $(echo "$TESTS"); do
|
|||||||
rm -rf "out-$t"
|
rm -rf "out-$t"
|
||||||
mkdir "out-$t"
|
mkdir "out-$t"
|
||||||
cd "out-$t"
|
cd "out-$t"
|
||||||
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";
|
rm -rf "out-$t";
|
||||||
|
Loading…
Reference in New Issue
Block a user