Skip to content

Commit

Permalink
Update test/cmdlineargs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jun 20, 2022
1 parent 71d0855 commit 374772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmdlineargs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ let exename = `$(Base.julia_cmd()) --startup-file=no --color=no`
end

# Combining --threads and invalid -C should yield a decent error
@test !success(`$exename -t 2 -C invalidtarget`)
@test errors_not_signals(`$exename -t 2 -C invalidtarget`)

# --procs
@test readchomp(`$exename -q -p 2 -e "println(nworkers())"`) == "2"
Expand Down

0 comments on commit 374772c

Please sign in to comment.