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 8fcb86e commit 1c43748Copy full SHA for 1c43748
1 file changed
src/julia/tests/test_juliaoptions.py
@@ -11,6 +11,7 @@
11
(dict(compiled_modules="no"), ["--compiled-modules", "no"]),
12
(dict(depwarn="error"), ["--depwarn", "error"]),
13
(dict(sysimage="PATH"), ["--sysimage", "PATH"]),
14
+ (dict(bindir="PATH"), ["--home", "PATH"]),
15
(dict(optimize=3), ["--optimize", "3"]),
16
])
17
# fmt: on
0 commit comments