Skip to content

Commit 47ac762

Browse files
committed
test(check.rb): rerun FORM to show errors if the first run fails
1 parent 6b59070 commit 47ac762

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

check/check.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,7 @@ def check
14161416
@head = form_version_line
14171417
end
14181418
else
1419+
system("#{@form_cmd} #{frmname}")
14191420
fatal("failed to execute '#{@form_cmd}'")
14201421
end
14211422
if !@valgrind.nil?

0 commit comments

Comments
 (0)