Skip to content

Commit 830f03e

Browse files
committed
Fix test scripts
1 parent a2e66af commit 830f03e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

test/test_installation

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export JULIA_DEPOT_PATH=/tmp/testdepot
1111
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager
1212
git clone https://github.com/OpenSourceAWE/KiteModels.jl.git
1313
cd KiteModels.jl/bin
14-
./create_sys_image --update
14+
./install --update
15+
./create_sys_image
1516

1617
# execution time on Desktop with Julia 1.12: 15min22s
1718
# dito on Windows with Julia 1.12: 26min52s

test/test_installation2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ export JULIA_DEPOT_PATH=/tmp/testdepot
1111
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager
1212
git clone https://github.com/OpenSourceAWE/KiteModels.jl.git
1313
cd KiteModels.jl/bin
14+
./install
1415
./create_sys_image

0 commit comments

Comments
 (0)