Add spec-directory command line option

Esse commit está contido em:
Matt Colyer
2013-10-02 12:17:42 -07:00
commit 62b7599bea
3 arquivos alterados com 7 adições e 5 exclusões
+2 -2
Ver Arquivo
@@ -9,7 +9,7 @@ if [ ! -d $ATOM_PATH ]; then
exit 1
fi
while getopts ":whvft-:" opt; do
while getopts ":whvftr-:" opt; do
case "$opt" in
-)
case "${OPTARG}" in
@@ -24,7 +24,7 @@ while getopts ":whvft-:" opt; do
w)
WAIT=1
;;
h|v|f|t)
h|v|f|t|r)
EXPECT_OUTPUT=1
;;
esac