From 3e0155bf0ef9c98134733f39347c504b16ed0a09 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 10 Oct 2022 21:23:25 +0200 Subject: [PATCH] MBI.py: More informative error message on failure --- teshsuite/smpi/MBI/MBI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/MBI/MBI.py b/teshsuite/smpi/MBI/MBI.py index 23ed59b0e6..54040a879a 100755 --- a/teshsuite/smpi/MBI/MBI.py +++ b/teshsuite/smpi/MBI/MBI.py @@ -43,5 +43,5 @@ for test in mbi.parse_one_code(filename): if res_category != "TRUE_NEG" and res_category != "TRUE_POS": print("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n") - print(f"SimGrid gave the wrong result ({outcome} instead of {test['expect']}).") + print(f"SimGrid gave the wrong result on {binary} ({outcome} instead of {test['expect']}).") sys.exit(1) -- 2.30.2