fixup minor formatting issue in run_wml_tests script

This commit is contained in:
Chris Beck 2014-06-06 10:34:55 -04:00
parent 516206a0ee
commit 8dbb215d44

View file

@ -222,7 +222,7 @@ do
extra_opts+="$OPTARG"
;;
t )
echo "Replacing default timer of 10s with " "$OPTARG"
echo "Replacing default timer of 10 with" "$OPTARG" "seconds."
basetimer="$OPTARG"
;;
esac