From 2cf4f17be7266d07c37abc56f3cedd5406d35697 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 2 Jan 2025 02:00:29 -0500 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 83fac14..c5c4767 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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")