We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff260f6 commit d040683Copy full SHA for d040683
components/eamxx/scripts/test_all_eamxx.py
@@ -607,8 +607,8 @@ def run_test(self, test):
607
cmake_config = self.generate_cmake_config(test, for_ctest=True)
608
ctest_config = self.generate_ctest_config(cmake_config, [], test)
609
610
- print("CMAKE FILE:")
611
- run_cmd("cat ${self._machine.mach_file}")
+ print(f"CMAKE FILE: {self._machine.mach_file}")
+ run_cmd(f"cat {self._machine.mach_file}")
612
613
if self._config_only:
614
ctest_config += "-DCONFIG_ONLY=TRUE"
0 commit comments