Fix quiet behaviour
diff --git a/libsel4test/tools/extract_results.py b/libsel4test/tools/extract_results.py
index c66ea41..e57e469 100755
--- a/libsel4test/tools/extract_results.py
+++ b/libsel4test/tools/extract_results.py
@@ -86,7 +86,7 @@
# Dump input data *before* parsing in case we choke during parsing. This
# means end users have a chance of determining what went wrong from the
# original output.
- if args.quiet:
+ if not args.quiet:
print data
# Parse the input as HTML even though BS supports XML. It seems the XML