Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regressions: Don't print misleading 'Expect error ...' lines. | Richard Jones | 2010-07-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | Some tests in the regressions directory deliberately print error messages. As long as they still PASS, this is OK. However these tests also printed some misleading messages about what error to expect. Since error messages were slightly different across distros, these messages were not accurate. Therefore remove these messages, and replace with a general message before all tests telling users not to worry about errors from the tests as long as the tests don't fail. | ||||
* | Debian: Use /bin/bash as the shell for regression test scripts. | Richard Jones | 2009-11-04 | 1 | -1/+1 |
| | | | | | | | | | | /bin/sh on Debian is a minimal shell called 'dash' which doesn't support some features we need such as the particular 'function' syntax used by regressions/test-stringlist.sh, and therefore this script was failing on Debian. Change all of these scripts to use #!/bin/bash explicitly to avoid these sorts of problems. | ||||
* | tests: Found three more references to the squashfs, replaced with ISO. | Richard W.M. Jones | 2009-08-19 | 1 | -2/+2 |
| | |||||
* | build: remove trailing blanks, enable syntax-check | Jim Meyering | 2009-08-04 | 1 | -1/+1 |
| | | | | | | | * regressions/test-cancellation-download-librarycancels.sh: * src/generator.ml: * cfg.mk (disable_temporarily): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file. | ||||
* | RHEL 5: Mount squashfs with explicit type. | Richard Jones | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Test two (of four) cancellation paths. | Richard Jones | 2009-07-06 | 1 | -0/+40 |