Skip to content

Commit 1196867

Browse files
authored
Update runtests.jl
1 parent f139d15 commit 1196867

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
@@ -24,7 +24,7 @@ end
2424
project_path = abspath(joinpath(@__DIR__, ".."))
2525
@info "" project_path
2626
jobid = withenv("JULIA_PROJECT"=>project_path) do
27-
strip(read(`sbatch --export=ALL --parsable -n 4 -o test.out script.jl`, String))
27+
strip(read(`sbatch --export=ALL --parsable -n 4 -o test.out script.bash`, String))
2828
end
2929
@info "" jobid
3030

0 commit comments

Comments
 (0)