File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def _build_cam():
150
150
makefile = os .path .join (casetools , "Makefile" )
151
151
152
152
cmd = f"{ gmake } complib -j { gmake_j } MODEL=cam COMPLIB={ complib } "
153
- cmd += f" -f { makefile } { get_standard_makefile_args (case )} "
153
+ cmd += f" -f { makefile } { get_standard_makefile_args (case )} "
154
154
155
155
# Add C Pre-Processor (CPP) definitions, if present:
156
156
if config .cpp_defs :
@@ -174,7 +174,7 @@ def _build_cam():
174
174
cmd += " OPTIONAL_MPAS_FEATURES=\" " + " " .join (optional_mpas_features ) + "\" "
175
175
176
176
retcode , out , err = run_cmd (cmd )
177
- _LOGGER .info ("%s: \n \n output :\n %s \n \n err: \n \n %s\n " , cmd , out , err )
177
+ _LOGGER .info ("Command %s:\n \n stdout :\n %s \n \n stderr: \n %s\n " , cmd , out , err )
178
178
expect (retcode == 0 , f"Command { cmd } failed with rc={ retcode } " )
179
179
180
180
def _prepare_mpas (case : Case ) -> None :
You can’t perform that action at this time.
0 commit comments