From 87f50f01e4049f10b47eba0b960f7802f18dbc9f Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 14 Aug 2024 14:39:24 +0800 Subject: [PATCH] tetst: test for checking return value --- tests/ci/scan_file_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/scan_file_path.py b/tests/ci/scan_file_path.py index aff94158b8..ab3c08cc2d 100644 --- a/tests/ci/scan_file_path.py +++ b/tests/ci/scan_file_path.py @@ -189,7 +189,7 @@ if __name__ == "__main__": try: stdout, stderr = command_executor.execute(cmd) #if "error" in stderr: - # print(stderr) + print(stderr) lines = stdout.split("\n") if lines[-2].endswith("matches.") or lines[-2].endswith("match."): match_num = int(lines[-2].split(" ")[0])