Regression tests: use proper OS names

This commit is contained in:
o9000 2017-12-21 11:45:57 +01:00
parent 375e965a3a
commit 5bc83561e0

View file

@ -373,8 +373,8 @@ def main():
show_timestamp() show_timestamp()
show_git_info(args.src_dir) show_git_info(args.src_dir)
show_system_info() show_system_info()
compile_remotely_and_report("freebsd") compile_remotely_and_report("FreeBSD")
compile_remotely_and_report("openbsd") compile_remotely_and_report("OpenBSD")
for use_asan in [True, False]: for use_asan in [True, False]:
compile_and_report(args.src_dir, use_asan) compile_and_report(args.src_dir, use_asan)
run_tests(use_asan) run_tests(use_asan)