From 918aa86e124c317bf64ac4a0736cb99d1182329c Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 6 Apr 2021 16:52:30 -0600 Subject: tighten up linux test --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeb5277..7a0e36a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,5 +67,4 @@ full-test-linux: - wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.11.tar.xz - tar xf linux-*.tar.xz - cd linux-*/ - - makers -p - - makers || echo "haven't given a Kconfig yet, so no surprise that it failed" + - (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!' -- cgit v1.2.3