Project

General

Profile

« Previous | Next » 

Revision 9491

inputs/test_taxonomic_names/test_scrub: use sh's -e (errexit) mode so errors in an invoked script cause the script to abort instead of burying the error in more output

View differences:

inputs/test_taxonomic_names/test_scrub
1
#!/bin/sh
1
#!/bin/sh -e
2 2
# Test-scrubs the test taxonomic names
3 3

  
4 4
selfDir="$(dirname -- "$0")"

Also available in: Unified diff