We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e197064 commit b7afcaeCopy full SHA for b7afcae
test/runtests.jl
@@ -4,8 +4,8 @@ using CustomTest
4
try
5
Pkg.installed("ControlExamplePlots")
6
catch
7
- warn("ControlExamplePlots needs to be installed to test plots, adding now:")
8
- Pkg.clone("https://github.com/JuliaControl/ControlExamplePlots.jl.git")
+ error("The unregistered package ControlExamplePlots is currently needed to test plots, install using:
+ Pkg.clone(\"https://github.com/JuliaControl/ControlExamplePlots.jl.git\")")
9
end
10
11
my_tests = ["test_statespace",
0 commit comments