about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPierre Lalet <pierre@droids-corp.org>2015-12-04 18:37:54 +0100
committerPierre Lalet <pierre@droids-corp.org>2015-12-04 18:37:54 +0100
commit635f372fa846b28252ab86b344a2565f51e2302c (patch)
treeec800c4d3dc762e7c278561fb5d8759c784a28a5
parent011cff5d574c7883e718627e22c6739d85bfd963 (diff)
parent8fc1bd3a9fcf7c12a2ad7d3b63e0a3d448ffaf23 (diff)
downloadmiasm-635f372fa846b28252ab86b344a2565f51e2302c.tar.gz
miasm-635f372fa846b28252ab86b344a2565f51e2302c.zip
Merge pull request #289 from commial/fix-test-depgraph
Test/Depgraph: the error status was not checked
-rw-r--r--test/analysis/depgraph.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/analysis/depgraph.py b/test/analysis/depgraph.py
index 90f2962c..7120bd08 100644
--- a/test/analysis/depgraph.py
+++ b/test/analysis/depgraph.py
@@ -1248,3 +1248,6 @@ if FAILED:
         print i,
 else:
     print "SUCCESS"
+
+# Return an error status on error
+assert not FAILED