about summary refs log tree commit diff stats
path: root/test/analysis/depgraph.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-12-04 18:52:37 +0100
committerAjax <commial@gmail.com>2015-12-04 18:52:37 +0100
commit8fc1bd3a9fcf7c12a2ad7d3b63e0a3d448ffaf23 (patch)
treeec800c4d3dc762e7c278561fb5d8759c784a28a5 /test/analysis/depgraph.py
parent011cff5d574c7883e718627e22c6739d85bfd963 (diff)
downloadmiasm-8fc1bd3a9fcf7c12a2ad7d3b63e0a3d448ffaf23.tar.gz
miasm-8fc1bd3a9fcf7c12a2ad7d3b63e0a3d448ffaf23.zip
Test/Depgraph: the error status was not checked
Diffstat (limited to 'test/analysis/depgraph.py')
-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