Skip to content

Commit ac922cc

Browse files
committed
test(script): update config path to share/simphony/config
Upstream renamed the share dir from 'eic-opticks' to 'simphony' (PR #322 or similar). After rebase the validation script's EIC_OPTICKS_CFG default was pointing at the old path; binaries couldn't find trap_iso.json and aborted with std::runtime_error "Could not find config file".
1 parent 95dc778 commit ac922cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/g4trap_validation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
set -e
2222

2323
EIC_OPTICKS_BIN=${EIC_OPTICKS_BIN:-/opt/eic-opticks/bin}
24-
EIC_OPTICKS_CFG=${EIC_OPTICKS_CFG:-/opt/eic-opticks/share/eic-opticks/config}
24+
EIC_OPTICKS_CFG=${EIC_OPTICKS_CFG:-/opt/eic-opticks/share/simphony/config}
2525
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2626
GEOM_DIR="${SCRIPT_DIR}/geom"
2727
OUT_DIR=${OUT_DIR:-/tmp/g4trap_validation}

0 commit comments

Comments
 (0)