test(ql3): audit cutover probe executable contract

This commit is contained in:
whyour
2026-08-31 01:15:24 +08:00
parent fe8dfc3379
commit 2215a29afb
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ function auditApplicationExecutable(artifactDirectory) {
);
if (
output !==
'Usage: ql3-local-application --config /absolute/private-config.json'
'Usage: ql3-local-application [--cutover-probe] --config /absolute/private-config.json'
) {
fail('local application executable help output is invalid');
}