aboutsummaryrefslogtreecommitdiff
path: root/tests/guest-debug/test-gdbstub.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guest-debug/test-gdbstub.py')
-rw-r--r--tests/guest-debug/test-gdbstub.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/guest-debug/test-gdbstub.py b/tests/guest-debug/test-gdbstub.py
index 0e4ac01..c7e3986 100644
--- a/tests/guest-debug/test-gdbstub.py
+++ b/tests/guest-debug/test-gdbstub.py
@@ -16,6 +16,7 @@ def report(cond, msg):
print ("PASS: %s" % (msg))
else:
print ("FAIL: %s" % (msg))
+ global failcount
failcount += 1