Changes to be committed:

modified:   obitests/obitools/obicount/test.sh
This commit is contained in:
Eric Coissac
2025-02-19 14:50:10 +01:00
parent 48138b605c
commit 2f5f7634d6

View File

@ -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}')
######################################################################
####