From fb2efd9b1749702875e52684e54df459ce96cf2e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 13 Jan 2006 17:34:47 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2741 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/README | 18 +++++------------- regress/kern.conf | 2 +- regress/tests/auto-label-test | 5 +++-- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/regress/README b/regress/README index 5c121b2ecd..5b96107d99 100644 --- a/regress/README +++ b/regress/README @@ -46,19 +46,6 @@ a resonable run. Each test is totally independent of any other test. Aside from the required "make setup", each test is totally self-initalizing and should clean up after itself. -Not all the tests yet report OK. This is simply because there are -some spurious differences that I haven't yet taken the time to -eliminate. The working scrips as of 24 Apr 03 are (this is -way out of date!): - -backup-bacula-test -sparse-test -compressed-test -sparse-compressed-test -two-jobs-test -wierd-files-test -verify-vol-test - The tests expect you to execute them from the main regress directory! @@ -113,3 +100,8 @@ The simplest thing to do is to edit tests/xxxx where xxxx is the name of the test, and change the line "debug=0" to "debug=1". If the test has not been updated to have the debug variable, please notify Kern, and I will be happy to fix it -- I am upgrading them one at a time. + +Also, if you run from time to time on a computer that is not connected +to the network, please be sure that "hostname" is set to "localhost", +otherwise, your tests may fail because the hostname used by Bacula's +./configure cannot be properly resolved. diff --git a/regress/kern.conf b/regress/kern.conf index 45335617f0..2499dea0f7 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -1,5 +1,5 @@ # Where to get the source to be tested -# BACULA_SOURCE="${HOME}/bacula/branch-1.38.1" +# BACULA_SOURCE="${HOME}/bacula/branch-1.38" BACULA_SOURCE="${HOME}/bacula/k" # Where to send email !!!!! Change me !!!!!!! diff --git a/regress/tests/auto-label-test b/regress/tests/auto-label-test index 2e020e766b..2783e00895 100755 --- a/regress/tests/auto-label-test +++ b/regress/tests/auto-label-test @@ -24,12 +24,13 @@ echo " === Starting auto-label-test at `date +%R:%S` ===" >>working/log echo " " cat <tmp/bconcmds -@$out /dev/null +@output /dev/null +messages +@$out tmp/log1.out status all status all list pools messages -@$out tmp/log1.out run job=CompressedTest storage=File yes list pools list volumes -- 2.39.2