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

Fix the tests under Test-Run.

reported by AppVeyor - thanks.
This commit is contained in:
Shlomi Fish 2018-05-08 13:33:56 +03:00
parent 3541d467be
commit 39328d67e3

View file

@ -183,6 +183,7 @@ sub myglob
} }
else else
{ {
local @INC = ( Env::Path->PERL5LIB->List, @INC );
run_tests( \@tests ); run_tests( \@tests );
} }
} }