Fix Bugzilla 24598

This commit is contained in:
Brian Callahan 2024-06-10 09:50:12 -04:00 committed by The Dlang Bot
parent 8d627e1b5c
commit a3eb99191d
34 changed files with 39 additions and 28 deletions

View file

@ -62,7 +62,7 @@ void usage()
~ " DMD: compiler to use, ex: ../src/dmd (required)\n"
~ " CC: C compiler to use, ex: cl, cc\n"
~ " CXX: C++ compiler to use, ex: cl, g++\n"
~ " OS: windows, linux, freebsd, osx, netbsd, dragonflybsd\n"
~ " OS: windows, linux, freebsd, osx, openbsd, netbsd, dragonflybsd\n"
~ " RESULTS_DIR: base directory for test results\n"
~ " MODEL: 32 or 64 (required)\n"
~ " AUTO_UPDATE: set to 1 to auto-update mismatching test output\n"