diff options
| -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 |