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:
parent
11c49ce150
commit
ffe9ae15e5
1 changed files with 5 additions and 0 deletions
|
@ -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) )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue