summaryrefslogtreecommitdiffstats
path: root/misc/output_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_issue_1418 to pass on 1-core VMBernhard M. Wiedemann2019-09-201-1/+1
| | | | | the previous assert would fail because on a 1-core VM, the 3 outputs were produced sequentially from top to bottom
* Add OSX build on travis (#1502)Takuto Ikuta2018-11-171-1/+5
| | | Also make test script works for OSX script command.
* Allow disabling of escape code stripping, fix #1475Jan Niklas Hasse2018-11-131-5/+16
| | | | | Don't strip colors when CLICOLOR_FORCE is set to a non-zero value. This environment variable is also used by CMake's Make back-end.
* Make output_test.py independent of the environmentJan Niklas Hasse2018-11-071-2/+8
|
* Add test for #1418 (edge output should match status)Jan Niklas Hasse2018-11-051-0/+21
|
* Add script to test Ninja's outputJan Niklas Hasse2018-11-051-0/+61
First test checks for #1214.