From ffe9ae15e5ff6f8791dbfdec4b257b52d1cc30c0 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 10 Dec 2017 16:49:27 +0200 Subject: [PATCH] try fix appveyor --- run-tests.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run-tests.pl b/run-tests.pl index 398a1783..499b1a40 100644 --- a/run-tests.pl +++ b/run-tests.pl @@ -166,6 +166,11 @@ sub myglob ( myglob("$abs_bindir/tests/*") ) ); + if ($IS_WIN) + { + @tests = grep {!/pysolgtk/i} @tests; + } + # print "tests = @tests \n"; if ( defined($exclude_re_s) ) {