From 09f68ce80c8e705975fc0999ec7754e3dcd30373 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 13 Jan 2024 15:12:57 +0800 Subject: [PATCH] tweak run and exe method --- tests/army/frame/etool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/army/frame/etool.py b/tests/army/frame/etool.py index 6ab827d028..2c22095ba7 100644 --- a/tests/army/frame/etool.py +++ b/tests/army/frame/etool.py @@ -60,4 +60,4 @@ def exeBinFile(fname, command): if frame.eos.isWin(): binFile += ".exe" - frame.eos.exe(f"{binFile} {command}") \ No newline at end of file + return frame.eos.exe(f"{binFile} {command}") \ No newline at end of file