Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 2, 2025
1 parent f72afa3 commit 2cf4f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if slurm_is_installed()
include("slurm.jl")
else
if "slurm" in test_args
@error ""
@error "ERROR: The Slurm tests were explicitly requested in ARGS, but sbatch was not found, so the Slurm tests cannot be run" test_args Sys.which("sbatch")
@test false
else
@warn "sbatch was not found - Slurm tests will be skipped" Sys.which("sbatch")
Expand Down

0 comments on commit 2cf4f17

Please sign in to comment.