Skip to content

Commit f950cba

Browse files
committed
Update test scripts
1 parent 71f2139 commit f950cba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/test_installation

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ rm -rf /tmp/test
55
mkdir /tmp/test
66
cd /tmp/test
77
export JULIA_DEPOT_PATH=/tmp/testdepot
8-
julia --project="." -e 'using Pkg; pkg"add KiteControllers#main"; using KiteControllers; Pkg.test("KiteControllers")'
9-
8+
julia --project="." -e 'using Pkg; pkg"add KiteControllers#main"; using KiteControllers; KiteControllers.install_examples()'
9+
julia --project -e 'using KiteControllers; __PRECOMPILE__ = true; include("examples/autopilot.jl")'

test/test_installation2

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ rm -rf /tmp/test
55
mkdir /tmp/test
66
cd /tmp/test
77
export JULIA_DEPOT_PATH=/tmp/testdepot
8-
julia --project="." -e 'using Pkg; pkg"add KiteControllers"; using KiteControllers; KiteControllers.install_examples())'
8+
julia --project="." -e 'using Pkg; Pkg.add("KiteControllers"); using KiteControllers; KiteControllers.install_examples()'
99
julia --project -e 'using KiteControllers; __PRECOMPILE__ = true; include("examples/autopilot.jl")'

0 commit comments

Comments
 (0)