From 152a7cc18dfeff7ebc142394acfa295f886e6fbd Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sun, 4 Sep 2011 12:26:49 +0000 Subject: [PATCH] [WINETESTS] Allow to run skipped test in interactive mode. svn path=/trunk/; revision=53575 --- rostests/winetests/gdi32/metafile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/gdi32/metafile.c b/rostests/winetests/gdi32/metafile.c index 39eacec9751..fe9638c4141 100755 --- a/rostests/winetests/gdi32/metafile.c +++ b/rostests/winetests/gdi32/metafile.c @@ -1427,7 +1427,7 @@ static int compare_emf_bits(const HENHMETAFILE mf, const unsigned char *bits, const ENHMETARECORD *emr1 = (const ENHMETARECORD *)(bits + offset1); const ENHMETARECORD *emr2 = (const ENHMETARECORD *)(buf + offset2); -if(1) +if(!winetest_interactive) skip("skipping match_emf_record(), bug 5393\n"); else {