wasm-port: expand canonical runtime edge fixtures
This commit is contained in:
@@ -97,6 +97,7 @@ check_fixture_output() {
|
||||
local line_number
|
||||
for ((line_number = 1; line_number <= line_count; line_number += 1)); do
|
||||
if ! grep -Fq "execute_line_${line_number}=0" "$stdout_file" &&
|
||||
! grep -Fq "execute_line_${line_number}=1" "$stdout_file" &&
|
||||
! grep -Fq "execute_line_${line_number}=2" "$stdout_file"; then
|
||||
echo "missing successful execute status for line $line_number in $stdout_file" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user