From 2f5f7634d6fa2351838fb70c6416ea94bc310584 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 19 Feb 2025 14:50:10 +0100 Subject: [PATCH] Changes to be committed: modified: obitests/obitools/obicount/test.sh --- obitests/obitools/obicount/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/obitests/obitools/obicount/test.sh b/obitests/obitools/obicount/test.sh index b4b4df2..d0ef2a8 100755 --- a/obitests/obitools/obicount/test.sh +++ b/obitests/obitools/obicount/test.sh @@ -43,13 +43,14 @@ cleanup() { } log() { - echo "[$TEST_NAME @ $(date)] $*" 1>&2 + echo -e "[$TEST_NAME @ $(date)] $*" 1>&2 } log "Testing $TEST_NAME..." log "Test directory is $TEST_DIR" log "obitools directory is $OBITOOLS_DIR" log "Temporary directory is $TMPDIR" +log "files: "$(find $TEST_DIR | awk -F'/' '{print $NF}') ###################################################################### ####