diff --git a/behavior_tests/src/ngt-check-options/do_test.py b/behavior_tests/src/ngt-check-options/do_test.py index 07df37658..028ccc6a1 100644 --- a/behavior_tests/src/ngt-check-options/do_test.py +++ b/behavior_tests/src/ngt-check-options/do_test.py @@ -32,7 +32,7 @@ ("output-file", "Attribute", ["Migration"], "a"), ("rule-file", "Attribute", ["Migration", "BuildScript", "Analysis"], "a"), ("usm-level", "Attribute", ["Migration", "Analysis"], "none"), -("migrate-build-script", "Attribute", ["Migration", "Analysis"], "CMake"), +("migrate-build-script", "Attribute", ["Migration", "BuildScript", "Analysis"], "CMake"), ("format-range", "Attribute", ["Migration"], "all"), ("format-style", "Attribute", ["Migration"], "custom"), ("no-dry-pattern", "Attribute", ["Migration", "Analysis"], ""), @@ -81,7 +81,7 @@ def check_result(cmd, action, attributes): if action[2][0] in attr[2]: continue if not is_sub_string(expect.format(attr[0]), test_config.command_output): - print("\"" + expect.format(attr[0]) + "\"not found") + print("\"" + expect.format(attr[0]) + "\" not found") return False return True