Fix -g test switch

This commit is contained in:
Dan Stillman 2015-06-01 01:10:54 -04:00
parent ee84088219
commit b3555983d2

View file

@ -57,9 +57,6 @@ while getopts "bcd:fg:tx:" opt; do
f)
FX_ARGS="$FX_ARGS -bail"
;;
g)
FX_ARGS="$FX_ARGS -makeTestData"
;;
g)
GREP="$OPTARG"
;;