Skip to content

Commit b7afcae

Browse files
authored
Removed Pkg.clone from julia code (#77)
1 parent e197064 commit b7afcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ using CustomTest
44
try
55
Pkg.installed("ControlExamplePlots")
66
catch
7-
warn("ControlExamplePlots needs to be installed to test plots, adding now:")
8-
Pkg.clone("https://github.com/JuliaControl/ControlExamplePlots.jl.git")
7+
error("The unregistered package ControlExamplePlots is currently needed to test plots, install using:
8+
Pkg.clone(\"https://github.com/JuliaControl/ControlExamplePlots.jl.git\")")
99
end
1010

1111
my_tests = ["test_statespace",

0 commit comments

Comments
 (0)