1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

try fix appveyor

This commit is contained in:
Shlomi Fish 2017-12-10 16:49:27 +02:00
parent 11c49ce150
commit ffe9ae15e5

View file

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