mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Changes to be committed:
modified: obitests/obitools/obicount/test.sh
This commit is contained in:
@ -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}')
|
||||
|
||||
######################################################################
|
||||
####
|
||||
|
Reference in New Issue
Block a user