Browse Source

prism-auto: display diff command when export test fails.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@10107 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 11 years ago
parent
commit
244ca04d6c
  1. 2
      prism/etc/scripts/prism-auto

2
prism/etc/scripts/prism-auto

@ -361,6 +361,8 @@ def verifyAndCleanupExports(outFiles, exportPrefix):
os.remove(expFile)
else:
print "FAIL (" + os.path.basename(expFile) + " does not match)"
print "To see difference, run:"
print "diff " + outFile + " " + expFile
result = False
else:
print "FAIL (no " + os.path.basename(expFile) + " to compare to)"

Loading…
Cancel
Save