diff options
| author | Ajax <commial@gmail.com> | 2015-12-04 18:52:37 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-12-04 18:52:37 +0100 |
| commit | 8fc1bd3a9fcf7c12a2ad7d3b63e0a3d448ffaf23 (patch) | |
| tree | ec800c4d3dc762e7c278561fb5d8759c784a28a5 /test/analysis/depgraph.py | |
| parent | 011cff5d574c7883e718627e22c6739d85bfd963 (diff) | |
| download | miasm-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.py | 3 |
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 |