add --color cli arg to override tty detection

This commit is contained in:
Andrew Kelley
2015-12-01 01:06:10 -07:00
parent 257cf09472
commit 29f24e3c50
9 changed files with 43 additions and 11 deletions

View File

@@ -48,6 +48,8 @@ static void add_simple_case(const char *case_name, const char *source, const cha
test_case->compiler_args.append("--release");
test_case->compiler_args.append("--strip");
test_case->compiler_args.append("--verbose");
test_case->compiler_args.append("--color");
test_case->compiler_args.append("on");
test_cases.append(test_case);
}