]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Thu, 6 Mar 2008 19:53:21 +0000 (19:53 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 6 Mar 2008 19:53:21 +0000 (19:53 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6542 91ce42f0-d328-0410-95d8-f526ca767f89

regress/CTestCustom.cmake
regress/run_multiple

index e2b7f97fca9becdadc31193756097d0833c56681..f04f7214cbaf61e8b91afb1c7439370ee02bf2fc 100644 (file)
@@ -7,5 +7,5 @@ SET(CTEST_CUSTOM_ERROR_EXCEPTION
   "ERROR: *role \".*\" already exists"
   )
 
   "ERROR: *role \".*\" already exists"
   )
 
-SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1048576)
+SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 10000)
 SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)
 SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)
index acb534241f9ffce79fa7833dd1e4f221460d610f..090e6310f5178fe29e6415f0f6343d1da4db890f 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 #!/bin/sh
+export REGRESS_DEBUG=1
 for i in `seq 20` ; do
   echo "$i. Doing $1"
 for i in `seq 20` ; do
   echo "$i. Doing $1"
-  $1 >1
+  nice $1 >1
   if [ $? -ne 0 ] ; then
      echo "Exit $?"
      exit 1
   if [ $? -ne 0 ] ; then
      echo "Exit $?"
      exit 1