From: <jgr...@us...> - 2003-02-25 02:04:15
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv6692 Modified Files: tests.pl Log Message: Merge kinematics patch that fixes bug 679405 and gives us magnets on multi-line headers and add his tests and fix a broken test and improve the test runner Index: tests.pl =================================================================== RCS file: /cvsroot/popfile/engine/tests.pl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tests.pl 20 Feb 2003 21:30:31 -0000 1.12 --- tests.pl 25 Feb 2003 02:04:11 -0000 1.13 *************** *** 10,13 **** --- 10,15 ---- use strict; + require IO::handle; + # Look for all the TST files in the tests/ subfolder and run # each of them by including them in this file with the use statement *************** *** 44,47 **** --- 46,51 ---- $test_failures += 1; } + + flush STDOUT; } *************** *** 116,119 **** --- 120,124 ---- print "\nRunning $test... "; + flush STDOUT; $fail_messages = ''; my $suite; |