Skip to content

Commit

Permalink
Fix reline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Apr 20, 2021
1 parent 6408ae3 commit 65e2741
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions 2_0_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ function Test-All {
function Test-Reline {
$env:PATH = "$d_install/bin;$d_repo/git/cmd;$base_path"

$env:RUBYOPT = "--disable=gems,did_you_mean"

$args = "./runner.rb -v --show-skip reline"
$args = "--disable=gems -rrbconfig ./runner.rb -v --show-skip reline"

Run-Proc `
-exe $ruby_exe `
Expand All @@ -243,8 +241,6 @@ function Test-Reline {
-Title "test-reline" `
-Dir "$d_ruby/test" `
-TimeLimit 20

Remove-Item env:\RUBYOPT
}

#————————————————————————————————————————————————————————————————————————— MSpec
Expand Down

0 comments on commit 65e2741

Please sign in to comment.