Skip to content

Commit

Permalink
test run with check flag
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jan 23, 2024
1 parent 864f9b0 commit 92398b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/run_in_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def launch_runnable():

if sys.platform == "win32" or sys.platform == "cygwin":
runnable_return_two = subprocess.run(
args=arguments + config_json_arguments_list, shell=True)
args=arguments + config_json_arguments_list, shell=True, check=True)
else:
runnable_return_two = subprocess.run(
args=arguments + config_json_arguments_list)
Expand Down

0 comments on commit 92398b0

Please sign in to comment.