We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f139d15 commit 1196867Copy full SHA for 1196867
test/runtests.jl
@@ -24,7 +24,7 @@ end
24
project_path = abspath(joinpath(@__DIR__, ".."))
25
@info "" project_path
26
jobid = withenv("JULIA_PROJECT"=>project_path) do
27
- strip(read(`sbatch --export=ALL --parsable -n 4 -o test.out script.jl`, String))
+ strip(read(`sbatch --export=ALL --parsable -n 4 -o test.out script.bash`, String))
28
end
29
@info "" jobid
30
0 commit comments