rscons/build_tests/typical/sh_fail_continue.rb

5 lines
72 B
Ruby

default do
sh "foobar42", continue: true
sh "echo", "continued"
end