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) ) {