From: Martin Quinson Date: Wed, 13 Jul 2016 13:24:11 +0000 (+0200) Subject: Crude hack to ignore cruft from Java on Windows X-Git-Tag: v3_14~759 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/47fec7f016d13ee8697f18c470321bc88673f68d?ds=sidebyside Crude hack to ignore cruft from Java on Windows --- diff --git a/tools/tesh/tesh.pl b/tools/tesh/tesh.pl index b238b4de62..6867c3a232 100755 --- a/tools/tesh/tesh.pl +++ b/tools/tesh/tesh.pl @@ -430,7 +430,8 @@ sub analyze_result { print $diff_tool_tmp_fh "> $got\n" if ($diff_tool); unless (( $enable_coverage and $got =~ /^profiling:/ ) or - ( $enable_sanitizers and $got =~ m/WARNING: ASan doesn't fully support/)) + ( $enable_sanitizers and $got =~ m/WARNING: ASan doesn't fully support/) or + ( $got =~ m/Unable to clean temporary file C:/)) # Crude hack to ignore cruft from Java on Windows { push @got, $got; }