From da70e9a5c947c0fef40479cc99ae13f52b4e1065 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 11 Feb 2020 18:22:54 +0000 Subject: build_test: add missing field to build test comment --- build_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_test.py') diff --git a/build_test.py b/build_test.py index 81d09db..93bd3cd 100755 --- a/build_test.py +++ b/build_test.py @@ -212,7 +212,7 @@ def get_parser(): def main(argv): opts = get_parser().parse_args(argv) build_test_cases = ( - #(sysroot path, target triple, debug/release, should test?) + #(sysroot path, target triple, debug/release, should test?, should clean?) (opts.arm_sysroot, ARM_TRIPLE, "debug", False, opts.clean), (opts.arm_sysroot, ARM_TRIPLE, "release", False, opts.clean), (opts.aarch64_sysroot, AARCH64_TRIPLE, "debug", False, opts.clean), -- cgit 1.4.1