File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,6 @@ function real_main()
3838 @show Base. PROGRAM_FILE
3939 @show DEPOT_PATH
4040 @show LOAD_PATH
41- try
42- @show ENV [" JULIA_DEPOT_PATH" ]
43- catch
44- end
45- try
46- @show ENV [" JULIA_LOAD_PATH" ]
47- catch
48- end
4941 @show pwd ()
5042 @show Base. active_project ()
5143 @show Sys. BINDIR
Original file line number Diff line number Diff line change 145145 @test occursin (" outputo: ok" , app_output)
146146 @test occursin (" myrand: ok" , app_output)
147147 # 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)
148+ @test occursin (" DEPOT_PATH = [\" $test_depot_path " , app_output)
149+ @test occursin (" LOAD_PATH = [\" $test_load_path " , app_output)
150150 # Check distributed
151151 @test occursin (" n = 20000000" , app_output)
152152 @test occursin (" From worker 2:\t 8" , app_output)
You can’t perform that action at this time.
0 commit comments