summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Collapse)AuthorAge
* Run daemons quietly (with -K) in tests under Windows.Chris Wilson2008-03-13
|
* Flush standard output when finishing test, useful on Windows where it Chris Wilson2008-03-01
| | | | | | happens rarely and test output can end up below the PASSED line and confuse the runtest script.
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
| | | | | | * Update all associated docs and contributed distribution files
* Add support for verbosity control in tests.Chris Wilson2008-01-31
|
* Make the parcel install scripts use $DESTDIR from the environment, toChris Wilson2008-01-29
| | | | | help porters and packagers.
* Use the path to PERL from configure, reverts part of [1702].Chris Wilson2008-01-28
|
* Fix raidfile tests on FreeBSD 7Chris Wilson2008-01-23
|
* Compile fix for [2055].Chris Wilson2008-01-23
|
* Report the $build_os when making build environment, useful for debuggingChris Wilson2008-01-23
| | | | | | platforms like GNU/kFreeBSD where we don't yet detect the proper type of make to run.
* Clean up distribution script.Chris Wilson2008-01-21
| | | | | | | Allow NO-LICENSE-IN-DIR to copy the dir as well. Exclude configure-generated SMF files, leaving the original sources.
* Allow installing parcel contents in a directory under the prefix other thanChris Wilson2008-01-20
| | | | | | | bindir. Allow matching partial system names.
* Incorporate CXXFLAGS_STRICT into CXXFLAGSChris Wilson2008-01-20
|
* Don't break the name of scripts with no path in install scriptChris Wilson2008-01-16
| | | | | (thanks to Guno Heitman for reporting this)
* Better way to pass arguments to test daemons, with --test-daemon-args.Chris Wilson2007-12-18
|
* Stricter check for dirent.d_type validity (possible problems withChris Wilson2007-12-18
| | | | | | large file support resulting in reading the wrong part of the structure on Slackware?)
* Pass test options to test daemons.Chris Wilson2007-12-16
|
* Compile with -Wundef to warn about undefined macros.Chris Wilson2007-12-16
|
* Add -U option to enable logging microsecond timestampsChris Wilson2007-12-15
|
* Use detected CXX, AR and RANLIB from configure.Chris Wilson2007-12-08
|
* Don't add a superfluous leading space to bbackupd_args.Chris Wilson2007-11-06
|
* Compile fix for [1903].Chris Wilson2007-11-04
|
* Remove all the extra newlines after the Fink message.Chris Wilson2007-11-03
|
* Log something before checking open file descriptors, to ensure thatChris Wilson2007-11-03
| | | | | | the notification socket is open already on MacOS X, as it will be at the end of the test because you can't close it.
* Log exactly which file descriptors have been left open and what they are.Chris Wilson2007-11-03
|
* Don't include the install-backup-client script in Windows builds, as it'sChris Wilson2007-09-19
| | | | | pretty useless without Cygwin, and of marginal use with it (refs #24).
* Fix $bsd_make to not be defined on GNU/kFreeBSD, which uses GNU Make.Chris Wilson2007-08-30
|
* Fix quiet-build makefiles to work on BSDsChris Wilson2007-08-28
|
* Quiet make by default (make V=1 to override) (refs #3)Chris Wilson2007-07-31
|
* Fix to match static lib installation instructions. (refs #3, merges [1681])Chris Wilson2007-07-26
|
* Update Visual Studio project files to match new files added, thanks Gary!Chris Wilson2007-07-26
| | | | | (refs #3, merges [1674])
* Remove --with-bdb-dir option, to avoid confusion and be consistent with theChris Wilson2007-07-01
| | | | | SSL flags. (merges [1717] by James O'Gorman, refs #3)
* Add --with-bdb-headers and --with-bdb-lib flags to configure to fix BerkeleyChris Wilson2007-07-01
| | | | | | | DB detection issues on FreeBSD. The original --with-bdb-dir flag is still present for systems that install BDB in a "standard" location. (merges [1714] from trunk by James O'Gorman, refs #3)
* Improved build targets, thanks to James O'Gorman (fixes #30)Chris Wilson2007-06-30
|
* Replace version in VERSION.txt, if it contains USE_SVN_VERSION.Chris Wilson2007-06-27
|
* Handle USE_SVN_VERSION in the middle of a version string.Chris Wilson2007-06-27
|
* Handle USE_SVN_VERSION in distribution VERSION files.Chris Wilson2007-06-27
|
* Include <string> to avoid compile failures on BSD, thanks James O'Gorman.Chris Wilson2007-06-20
| | | | | (refs #3, merges [1698])
* Make testfiles writable before trying to delete them, otherwise read-onlyChris Wilson2007-05-03
| | | | | tests might not work (refs #3)
* Add --bbackupd-args and --bbstored-args options, which may be used to passChris Wilson2007-04-22
| | | | | | | | | | | | | | | | | | | | | | | | additional command-line parameters to bbackupd and bbstored in some tests. Add -t and -T options, which add tags and timestamps to log messages using the logging framework inside the tests themselves. Now you can do things like: ./t -Tt test \ --bbackupd-args="-VTkt bbackupd" \ --bbstored-args="-VTkt bbstored" and you will get output from the test itself, the bbackupd and bbstored daemons, all interleaved, timestamped and tagged on the console. This is very useful for debugging synchronisation problems, where interleaved output from bbackupd and bbstored in the system logs is not enough, because you want to see exactly how they interact with the test, or you don't have access to the system logs. (refs #3)
* Pass all arguments from test scripts to test executable with properChris Wilson2007-04-22
| | | | | quoting (refs #3)
* Merge new m4 from trunk. (refs #3, merges [1453])Chris Wilson2007-03-24
|
* Fix make error when optional file doesn't exist (refs #3, merges [1098])Chris Wilson2007-03-04
|
* #include Test.h to fix compile (needed for TEST_THAT)Chris Wilson2007-03-04
| | | | | | | | | Improved error message Improved comments (refs #3, merges parts of [712], [1289] and [1337])
* Rename makedistribution.pl to makedistribution.pl.in.Chris Wilson2007-01-13
| | | | | | | | Auto-generate makedistribution.pl in configure, to replace @PERL@ in shebang line. Process spec files as text files, to allow removing private parts. (refs #3)
* Visual Studio 2005 compile fixes, thanks to Gary.Chris Wilson2006-12-29
| | | | | Enable (and require) PCRE when building with Visual Studio 2005.
* Compile fix: include std::string definition (refs #3)Chris Wilson2006-12-12
|
* Pass any command-line parameters from t-gdb to gdb (refs #3)Chris Wilson2006-12-03
|
* * Try to kill any daemons left over from previous tests before running Chris Wilson2006-11-26
| | | | | | new tests. * Try to kill any remaining daemons at the end of the test (refs #3)
* Initialise timers in all unit tests (refs #9)Chris Wilson2006-11-13
|
* Initialise memory leak finder in all unit tests (refs #3)Chris Wilson2006-11-13
|