www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit b3555983d24434998c51c10335b3eaba2939e37c
parent ee8408821903933adcf22ddf4d66e821df2a72e4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  1 Jun 2015 01:10:54 -0400

Fix -g test switch

Diffstat:
Mtest/runtests.sh | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -58,9 +58,6 @@ while getopts "bcd:fg:tx:" opt; do FX_ARGS="$FX_ARGS -bail" ;; g) - FX_ARGS="$FX_ARGS -makeTestData" - ;; - g) GREP="$OPTARG" ;; t)