Skip to content

Commit 67dfc4f

Browse files
committed
Bugfix
1 parent f7c71ed commit 67dfc4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ end
409409
elif [[ $_ec -ne 0 ]]; then FAILED_RESOLVES+=("test (1.11)"); fi
410410
echo "Precompiling test project and running the tests..."
411411
run_precompile "--project=test"
412-
julia --project=test -e 'using Pkg; Pkg.test()'
412+
julia --project -e 'using Pkg; Pkg.test()'
413413
_ec=0; julia --project=examples_3d -e '
414414
using Pkg
415415
try

0 commit comments

Comments
 (0)