We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab47b5 commit d747ff6Copy full SHA for d747ff6
script/custom_build_functions.sh
@@ -1,6 +1,6 @@
1
function run_cukes {
2
if is_mri_192_plus; then
3
- eval "(unset RUBYOPT; exec bin/rake acceptance --trace)"
+ RUBYOPT='' bin/rake acceptance --trace
4
return $?
5
elif is_jruby; then
6
bin/rake smoke:app
0 commit comments