Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Aug 24, 2024
1 parent 7e6cb95 commit 9611a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_glmakie
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ rm -rf /tmp/test
mkdir /tmp/test
cd /tmp/test
export JULIA_DEPOT_PATH=/tmp/testdepot
julia --project="." -e "using Pkg; Pkg.add(\"GLMakie\"); using GLMakie; Pkg.test(\"GLMakie\")"
julia --project="." -e "using Pkg; Pkg.add(\"GLMakie\"); using GLMakie; Pkg.test(\"Makie\")"

0 comments on commit 9611a00

Please sign in to comment.