diff --git a/testing/remotecppunittests.py b/testing/remotecppunittests.py index 7886a741ef9..a22f02abe30 100644 --- a/testing/remotecppunittests.py +++ b/testing/remotecppunittests.py @@ -171,7 +171,7 @@ class RemoteCPPUnitTests(cppunittests.CPPUnitTests): result = returncode == 0 if not result: self.log.test_end(basename, status='FAIL', expected='PASS', - message=("test failed with return code %d" % + message=("test failed with return code %s" % returncode)) else: self.log.test_end(basename, status='PASS', expected='PASS')