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 56559ec commit 81db14eCopy full SHA for 81db14e
test/support.jl
@@ -8,10 +8,7 @@ code = """
8
"""
9
10
out = Pipe()
11
-cmd = Base.julia_cmd()
12
-if Base.JLOptions().project != C_NULL
13
- cmd = `$cmd --project=$(unsafe_string(Base.JLOptions().project))`
14
-end
+cmd = `$(Base.julia_cmd()) --project=$(Base.active_project())`
15
run(pipeline(`$cmd -e $code`, stdout=out, stderr=out))
16
close(out.in)
17
0 commit comments