Skip to content

Commit 956430d

Browse files
committed
just wanna see the test fail
1 parent c08dcc3 commit 956430d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/run_cd4pe_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def run_with_system(manifest_type)
409409

410410
cmd_to_execute = local_job_script
411411
if (@windows_job)
412-
cmd_to_execute = "powershell \"& {&'#{local_job_script}';exit $LASTEXITCODE}\""
412+
cmd_to_execute = "powershell \"& {&'#{local_job_script}'}\""
413413
end
414414

415415
run_system_cmd(cmd_to_execute)

0 commit comments

Comments
 (0)