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 0e593ba commit 17f42dfCopy full SHA for 17f42df
test/runtests.jl
@@ -145,8 +145,8 @@ end
145
@test occursin("outputo: ok", app_output)
146
@test occursin("myrand: ok", app_output)
147
# Check env-provided depot and load paths are accepted
148
- @test occursin("DEPOT_PATH = [\"$test_depot_path", app_output)
149
- @test occursin("LOAD_PATH = [\"$test_load_path", app_output)
+ @test occursin("DEPOT_PATH = [\"$(escape_string(test_depot_path))", app_output)
+ @test occursin("LOAD_PATH = [\"$(escape_string(test_load_path))", app_output)
150
# Check distributed
151
@test occursin("n = 20000000", app_output)
152
@test occursin("From worker 2:\t8", app_output)
0 commit comments