Changeset 2086
- Timestamp:
- 01/02/2008 00:54:18 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/runtest.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/runtest.pl.in
r1907 r2086 72 72 print "--------\n",join("\n",@results),"\n"; 73 73 74 if ($exit_code != 0) 75 { 76 print <<__E; 77 78 One or more tests have failed. Please check the following common causes: 79 80 * Check that no instances of bbstored or bbackupd are already running 81 on this machine. 82 * Make sure there isn't a firewall blocking incoming or outgoing connections 83 on port 2201. 84 * Check that there is sufficient space in the filesystem that the tests 85 are being run from (at least 1 GB free). 86 * The backupdiff test fails if it takes too long, so it's sensitive to 87 the speed of the host and your connection to it. 88 89 After checking all the above, if you still have problems please contact 90 us on the mailing list, boxbackup@fluffy.co.uk. Thanks! 91 __E 92 } 93 74 94 exit $exit_code; 75 95
Note: See TracChangeset
for help on using the changeset viewer.
