Skip to content

Commit c50cff7

Browse files
authored
Fix a bug in the test suite (#249)
1 parent a154361 commit c50cff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ qsub_is_installed() = !isnothing(Sys.which("qsub"))
4141

4242
if qsub_is_installed()
4343
@info "Running the SGE (via qsub) tests..." Sys.which("qsub")
44-
include("slurm.jl")
44+
include("sge_qsub.jl")
4545
else
4646
if "sge_qsub" in test_args
4747
@error "ERROR: The SGE tests were explicitly requested in ARGS, but qsub was not found, so the SGE tests cannot be run" Sys.which("qsub") test_args

0 commit comments

Comments
 (0)