Skip to content

Commit 4ccee82

Browse files
Regression failures
1 parent 434138b commit 4ccee82

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/00/undo-redo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ EOF
2424
python3 input.py
2525
if test $? -ne 0; then fail; fi
2626

27-
diff checkpoint1.mky checkpoint3.mky
27+
$here/test/cmpFp checkpoint1.mky checkpoint3.mky
2828
if test $? -ne 0; then fail; fi
2929

30-
diff checkpoint2.mky checkpoint4.mky
30+
$here/test/cmpFp checkpoint2.mky checkpoint4.mky
3131
if test $? -ne 0; then fail; fi
3232

3333

test/common-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ trap "fail" 1 2 3 15
2828

2929
# add here to PYTHONPATH to find local build of pyminsky
3030
export PYTHONPATH="$here:$PYTHONPATH"
31-
export LD_LIBRARY_PATH=$here/ecolab/lib:$LD_LIBRARY_PATH
31+
export LD_LIBRARY_PATH=$here/ecolab/lib:/usr/local/lib64:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)