Skip to content

Commit d040683

Browse files
committed
Test
1 parent ff260f6 commit d040683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/eamxx/scripts/test_all_eamxx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ def run_test(self, test):
607607
cmake_config = self.generate_cmake_config(test, for_ctest=True)
608608
ctest_config = self.generate_ctest_config(cmake_config, [], test)
609609

610-
print("CMAKE FILE:")
611-
run_cmd("cat ${self._machine.mach_file}")
610+
print(f"CMAKE FILE: {self._machine.mach_file}")
611+
run_cmd(f"cat {self._machine.mach_file}")
612612

613613
if self._config_only:
614614
ctest_config += "-DCONFIG_ONLY=TRUE"

0 commit comments

Comments
 (0)