From: Clifford Wolf Date: Fri, 1 Mar 2019 04:26:54 +0000 (-0800) Subject: Hotfix for "make test" X-Git-Tag: yosys-0.9~286 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b84febafd75bc66d64cdc573265e086800b3e420;p=yosys.git Hotfix for "make test" Signed-off-by: Clifford Wolf --- diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 0b9aceacc..84e62e011 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -49,7 +49,7 @@ while getopts xmGl:wkjvref:s:p:n:S:I:-: opt; do r) backend_opts="$backend_opts -norename" ;; e) - backend_opts="$( echo " $backend_opts " | sed 's, -noexpr ,,; s,^ ,,; s, $,,;'; )" ;; + backend_opts="$( echo " $backend_opts " | sed 's, -noexpr , ,; s,^ ,,; s, $,,;'; )" ;; f) frontend="$OPTARG" ;; s)