Skip to content

Commit 1140fe7

Browse files
committed
ts: ignore RubyGems warning in install test output
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 88f4160 commit 1140fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsuite/config/unix.exp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ proc install_test_xxx_ {command} {
281281

282282
if {$shell eq {ruby}} {
283283
set comp_error [regsub -all -line {^.* warning: Insecure world writable dir .*(\n|$)} $comp_error {}]
284+
set comp_error [regsub -all -line {^`RubyGems' were not loaded\.(\n|$)} $comp_error {}]
284285
}
285286
}
286287

0 commit comments

Comments
 (0)