Regression tests: use proper OS names
This commit is contained in:
parent
375e965a3a
commit
5bc83561e0
1 changed files with 2 additions and 2 deletions
|
@ -373,8 +373,8 @@ def main():
|
|||
show_timestamp()
|
||||
show_git_info(args.src_dir)
|
||||
show_system_info()
|
||||
compile_remotely_and_report("freebsd")
|
||||
compile_remotely_and_report("openbsd")
|
||||
compile_remotely_and_report("FreeBSD")
|
||||
compile_remotely_and_report("OpenBSD")
|
||||
for use_asan in [True, False]:
|
||||
compile_and_report(args.src_dir, use_asan)
|
||||
run_tests(use_asan)
|
||||
|
|
Loading…
Reference in a new issue