We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434138b commit 4ccee82Copy full SHA for 4ccee82
2 files changed
test/00/undo-redo.sh
@@ -24,10 +24,10 @@ EOF
24
python3 input.py
25
if test $? -ne 0; then fail; fi
26
27
-diff checkpoint1.mky checkpoint3.mky
+$here/test/cmpFp checkpoint1.mky checkpoint3.mky
28
29
30
-diff checkpoint2.mky checkpoint4.mky
+$here/test/cmpFp checkpoint2.mky checkpoint4.mky
31
32
33
test/common-test.sh
@@ -28,4 +28,4 @@ trap "fail" 1 2 3 15
# add here to PYTHONPATH to find local build of pyminsky
export PYTHONPATH="$here:$PYTHONPATH"
-export LD_LIBRARY_PATH=$here/ecolab/lib:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=$here/ecolab/lib:/usr/local/lib64:$LD_LIBRARY_PATH
0 commit comments