tests/guest-debug: fix scoping of failcount
commitf251cb237188d4398edeb47234d9d32fb701516a
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 13 Nov 2018 10:47:59 +0000 (13 10:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 13 Nov 2018 10:47:59 +0000 (13 10:47 +0000)
tree91c681c96062bdc04e42081cc8d67375b98fc641
parent14f9a5c0e4d2bc06cb217a84d836badfe9dc7a18
tests/guest-debug: fix scoping of failcount

You should declare you are using a global version of a variable before
you attempt to modify it in a function.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181109152119.9242-5-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/guest-debug/test-gdbstub.py