Commit e9b18836 by Miodrag Milanovic

Fix test

parent 435c14ef
...@@ -22,7 +22,7 @@ if echo "$1" | grep ".*_error"; then ...@@ -22,7 +22,7 @@ if echo "$1" | grep ".*_error"; then
elif [ "$2" = "synth_intel_invalid_family" ]; then elif [ "$2" = "synth_intel_invalid_family" ]; then
expected_string="ERROR: Invalid or not family specified" expected_string="ERROR: Invalid or not family specified"
elif [ "$2" = "synth_xilinx_invalid_arch" ]; then elif [ "$2" = "synth_xilinx_invalid_arch" ]; then
expected_string="ERROR: Invalid Xilinx -arch setting: " expected_string="ERROR: Invalid Xilinx -family setting: "
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment