From c0e88407117915168d3b535a777bcb8b35b20d06 Mon Sep 17 00:00:00 2001 From: René Meusel Date: Thu, 16 Dec 2021 11:00:02 +0100 Subject: appease pylint Co-Authored-By: Hannes Rantzsch --- src/scripts/ci_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scripts/ci_build.py') diff --git a/src/scripts/ci_build.py b/src/scripts/ci_build.py index 416ca79c8..700203471 100755 --- a/src/scripts/ci_build.py +++ b/src/scripts/ci_build.py @@ -188,7 +188,8 @@ def determine_flags(target, target_os, target_cpu, target_cc, cc_bin, if target == 'emscripten': flags += ['--cpu=wasm'] - test_cmd = None # TODO: find a way to run the wasm-compiled tests w/o a browser + # need to find a way to run the wasm-compiled tests w/o a browser + test_cmd = None if is_cross_target: if target_os == 'ios': -- cgit v1.2.3