Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 27, 2023
1 parent 65ee708 commit 298a4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aslprep/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ def _run_and_generate(test_name, participant_label, parameters, out_dir):

parameters.append("--stop-on-first-crash")
parameters.append("--clean-workdir")
parameters.append("-vv")
parse_args(parameters)
config_file = config.execution.work_dir / f"config-{config.execution.run_uuid}.toml"
config.loggers.cli.warning(f"Saving config file to {config_file}")
Expand Down

0 comments on commit 298a4fb

Please sign in to comment.