From aed22c12a610ead9b18087e3bae63ea96493131e Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 19 Feb 2025 14:34:22 +0100 Subject: [PATCH] Changes to be committed: modified: obitests/obitools/obicount/test.sh --- obitests/obitools/obicount/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/obitests/obitools/obicount/test.sh b/obitests/obitools/obicount/test.sh index 59199c9..225e9d1 100755 --- a/obitests/obitools/obicount/test.sh +++ b/obitests/obitools/obicount/test.sh @@ -48,8 +48,11 @@ log() { log "Testing $TEST_NAME..." log "Test directory is $TEST_DIR" +log "obitools directory is $OBITOOLS_DIR" log "Temporary directory is $TMPDIR" +log "PATH variable is $PATH" +log "$(which obicount)" ###################################################################### ####