Skip to content

Commit

Permalink
Item2469: enable -tap for unit tests on nightly builds - hopefully it…
Browse files Browse the repository at this point in the history
… means I can send that inof to Smolder

git-svn-id: http://svn.foswiki.org/trunk@7662 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jun 7, 2010
1 parent 5c5dbb6 commit 8a1cd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/autoBuildFoswiki.pl
Expand Up @@ -51,7 +51,7 @@
#run unit tests
#TODO: testrunner should exit == 0 if no errors?
chdir('test/unit');
my $unitTests = "export FOSWIKI_LIBS=$foswikihome/lib; export FOSWIKI_HOME=$foswikihome; perl ../bin/TestRunner.pl -clean FoswikiSuite.pm 2>&1 > $foswikihome/Foswiki-UnitTests.log";
my $unitTests = "export FOSWIKI_LIBS=$foswikihome/lib; export FOSWIKI_HOME=$foswikihome; perl ../bin/TestRunner.pl -tap -clean FoswikiSuite.pm 2>&1 > $foswikihome/Foswiki-UnitTests.log";
my $return = `$unitTests`;
my $errorcode = $? >> 8;
unless ($errorcode == 0) {
Expand Down

0 comments on commit 8a1cd98

Please sign in to comment.