src/utils/qa/doGenbankTests 1.17

1.17 2010/02/26 03:12:28 rhead
Added more settings that will keep things from failing silently.
Index: src/utils/qa/doGenbankTests
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/doGenbankTests,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/utils/qa/doGenbankTests	14 Oct 2009 01:02:41 -0000	1.16
+++ src/utils/qa/doGenbankTests	26 Feb 2010 03:12:28 -0000	1.17
@@ -1,5 +1,6 @@
-#!/bin/bash -e
+#!/bin/bash
+set -beEu -o pipefail
 ###############################################################################
 #  doGenbankTests
 #
 #  June 2008 -- Brooke Rhead