Skip to content
  • Alec Theriault's avatar
    Port 'TestFlags' to 'new-test' (#5455) · de5d2c57
    Alec Theriault authored
    This means that old `test` flags can be passed in to `new-test`, `new-build`, `new-install`,
    `new-configure`, etc. These new flags are:
    
        * `--test-log` (see old `--log`)
        * `--test-machine-log` (see `--machine-log`)
        * `--test-show-details` (see `--show-details`)
        * `--test-keep-tix-files` (see `--keep-tix-files`)
        * `--test-options`
        * `--test-option`
    
    This fixes #4803, #4643, #4766, and #5416.
    de5d2c57