Skip to content

Commit

Permalink
Ignore GC warnings in rtest
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Oct 28, 2018
1 parent 55185a1 commit 54551a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rtest
Expand Up @@ -240,6 +240,8 @@ sub runone
}
if ($str =~ /^Unexpected end of \/proc\/mounts line/) {
# Ignore; sometimes comes from libhwloc when running docker
} elsif ($str =~ /^GC Warning:/) {
# Ignore; comes from libgc
} else {
print RES $str;
}
Expand Down

0 comments on commit 54551a3

Please sign in to comment.