diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-02-28 20:26:54 -0800 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-02-28 20:26:54 -0800 |
commit | b84febafd75bc66d64cdc573265e086800b3e420 (patch) | |
tree | 9364a514967b972567e13181ae178820571ddc6e /tests/tools/autotest.sh | |
parent | 35e7f9979efc7b12eb9f74ae320f5a14f46e2a15 (diff) | |
download | yosys-b84febafd75bc66d64cdc573265e086800b3e420.tar.gz yosys-b84febafd75bc66d64cdc573265e086800b3e420.tar.bz2 yosys-b84febafd75bc66d64cdc573265e086800b3e420.zip |
Hotfix for "make test"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'tests/tools/autotest.sh')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |