mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
test(ql3): audit cutover probe executable contract
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user