You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pkg REPL in Julia-0.7.0 allows only to pass the Package name as argument. But there is no way to give an argument (or a list of arguments) to the test script from Pkg REPL.
From bash, we can do (from the corresponding package directory)
$ julia ./test/runtests.jl <args>
Even though it is possible to give it through julia REPL, like this
Warning: Pkg.dir is only kept for legacy CI script reasons
└ @ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v0.7/Pkg/src/API.jl:433
The text was updated successfully, but these errors were encountered:
Pkg REPL in Julia-0.7.0 allows only to pass the Package name as argument. But there is no way to give an argument (or a list of arguments) to the test script from Pkg REPL.
From bash, we can do (from the corresponding package directory)
Even though it is possible to give it through julia REPL, like this
but produces the following warning:
The text was updated successfully, but these errors were encountered: