diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-06 16:52:30 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-06 16:52:30 -0600 |
commit | 918aa86e124c317bf64ac4a0736cb99d1182329c (patch) | |
tree | 2d38c2e7e46f256e14dff87e793d7cda01e4272c | |
parent | 1884c0484b71a197eb12e7e65354b30802035602 (diff) | |
download | makers-918aa86e124c317bf64ac4a0736cb99d1182329c.tar.gz makers-918aa86e124c317bf64ac4a0736cb99d1182329c.zip |
tighten up linux test
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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!' |