From 6a5dcca9e3b0330b8cbbec2c5d16e58755c6f683 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 31 Aug 2009 15:47:29 -0400 Subject: retrigger panda now that we've shifted around a few things on the box --- README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/README.txt b/README.txt index 5c34201..8a39d9d 100644 --- a/README.txt +++ b/README.txt @@ -89,3 +89,4 @@ OpenSim, as well as how to report bugs, and participate in the OpenSim project can always be found at http://opensimulator.org. Thanks for trying OpenSim, we hope it is a pleasant experience. + -- cgit v1.1 From 441518bad6e78191a79ff2680789a351ef83cd33 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 31 Aug 2009 17:44:52 -0400 Subject: change the way the unit tests are run in the hopes of greater stability --- .nant/local.include | 93 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 77 insertions(+), 16 deletions(-) diff --git a/.nant/local.include b/.nant/local.include index 58285bb..c4b75f2 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -156,25 +156,86 @@ + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1 From 1bc430ca869f51e641fd3c34b5e0100c15c3afb0 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 31 Aug 2009 17:54:51 -0400 Subject: add some fail detection to the new test-xml target --- .nant/local.include | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/.nant/local.include b/.nant/local.include index c4b75f2..1e1c030 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -172,41 +172,51 @@ - + - + - + - + - + - + - + + + + + + + + + + + -- cgit v1.1