June 2001
Intermediate to advanced
688 pages
19h 18m
English
Running all the tests can take from several hours to a few days to complete, depending on your hardware. For this reason, the output from this command is redirected to a file in the current directory named ALL.OUT. Periodically, a line will be written to the standard output, indicating what test is being run. When the suite has finished, a single message indicating that the test suite completed successfully or that it failed will be written. If the run failed, you should review the file ALL.OUT to determine which tests failed. Errors will appear in that file as output lines, beginning with the string: FAIL.
It is also possible to run specific tests or tests for a particular subsystem:
% r archive % r btree % r env % r ...