Skip to content

Commit

Permalink
Fix sherpa executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Apr 11, 2024
1 parent c002906 commit 65c70e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/run_usability_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ EOF
run_test "FCCAnalyses test" "python fcc.py"


# https://github.com/key4hep/key4hep-spack/issues/505
cat > vis.mac <<EOF
/vis/open OGL
/vis/drawVolume
EOF

run_test "Geant4 test" "geant4.sh -c vis.mac"

cat > sherpa.txt <<EOF
(run){
Expand Down Expand Up @@ -161,7 +168,7 @@ cat > sherpa.txt <<EOF
}(processes)
EOF

run_test "Sherpa test" "sherpa -f sherpa.txt && ./makelibs"
run_test "Sherpa test" "Sherpa -f sherpa.txt && ./makelibs"


# Report results
Expand Down

0 comments on commit 65c70e1

Please sign in to comment.