- set PATH=%PATH%;c:\mingw64\lib;c:\msys64\mingw64\lib
# Python3 confuses the recode build so only add it here.
- SET PATH=%PATH%;C:\Python35-x64
+ - SET FORTUNE_TEST_DEBUG=1
- perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles"
cache:
- C:\msys64\mingw64
eval { do_system( { cmd => [ 'prove', glob("$src_dir/tests/t/*.t") ] } ); };
my $E = $@;
-system( "python", "$src_dir/tests/fortune-m-test.py" );
+if ( $ENV{FORTUNE_TEST_DEBUG} )
+{
+ system( "python", "$src_dir/tests/fortune-m-test.py" );
+}
exit( $E ? 1 : 0 );