Skip to content

Commit

Permalink
fix(scrips) Print error in julia script
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Dimitrov <[email protected]>
  • Loading branch information
dimitrovmaksim committed Jul 28, 2023
1 parent 3934f7b commit 85bed82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/runTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for host::String in hosts
# Add the test name to the passed tests array
push!(passed_tests, full_test_name)
catch e
showerror(stdout, e)
# Add the test name to the failed tests array
push!(failed_tests, full_test_name)
end
Expand Down

0 comments on commit 85bed82

Please sign in to comment.