diff options
| author | Pierre Lalet <pierre@droids-corp.org> | 2015-12-04 18:37:54 +0100 |
|---|---|---|
| committer | Pierre Lalet <pierre@droids-corp.org> | 2015-12-04 18:37:54 +0100 |
| commit | 635f372fa846b28252ab86b344a2565f51e2302c (patch) | |
| tree | ec800c4d3dc762e7c278561fb5d8759c784a28a5 /test | |
| parent | 011cff5d574c7883e718627e22c6739d85bfd963 (diff) | |
| parent | 8fc1bd3a9fcf7c12a2ad7d3b63e0a3d448ffaf23 (diff) | |
| download | miasm-635f372fa846b28252ab86b344a2565f51e2302c.tar.gz miasm-635f372fa846b28252ab86b344a2565f51e2302c.zip | |
Merge pull request #289 from commial/fix-test-depgraph
Test/Depgraph: the error status was not checked
Diffstat (limited to 'test')
| -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 |