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 f7c71ed commit 67dfc4fCopy full SHA for 67dfc4f
1 file changed
bin/install
@@ -409,7 +409,7 @@ end
409
elif [[ $_ec -ne 0 ]]; then FAILED_RESOLVES+=("test (1.11)"); fi
410
echo "Precompiling test project and running the tests..."
411
run_precompile "--project=test"
412
- julia --project=test -e 'using Pkg; Pkg.test()'
+ julia --project -e 'using Pkg; Pkg.test()'
413
_ec=0; julia --project=examples_3d -e '
414
using Pkg
415
try
0 commit comments