From bf99c77b64dd7ad08ee540177f283f0cbf6e72e2 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Tue, 28 Feb 2023 11:06:13 +0700 Subject: [PATCH] chore(linux): disable node-based core tests when testing during packaging --- linux/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/debian/rules b/linux/debian/rules index 0a9b870331..ed3892e925 100755 --- a/linux/debian/rules +++ b/linux/debian/rules @@ -50,7 +50,7 @@ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # keymankeyboardprocessor cd core && \ - ./build.sh test:arch + ./build.sh --no-tests test:arch # ibus-keyman cd linux/ibus-keyman && \ ./build.sh test