From 8dbb215d44299587920cc3404e07120f632ecb15 Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Fri, 6 Jun 2014 10:34:55 -0400 Subject: [PATCH] fixup minor formatting issue in run_wml_tests script --- run_wml_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_wml_tests b/run_wml_tests index 09675b52c16e..104da984a205 100755 --- a/run_wml_tests +++ b/run_wml_tests @@ -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