From 5b27271a327dc07876ff321eccc2e0abd4e4cfb6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:13:49 -0700 Subject: [PATCH] fix: don't run zed tests by default (#1786) (#1789) (cherry picked from commit 662487b53418ef9455104b1497e39cd1bab6e1b2) Co-authored-by: lea --- anda/devs/zed/nightly/zed-nightly.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index f4408b2d70..2fb284ce42 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -3,7 +3,7 @@ %global commit_date 20240619 %global ver 0.142.0 -%bcond_without check +%bcond_with check # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 04f7179fb2..4e25f4cd61 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,4 +1,4 @@ -%bcond_without check +%bcond_with check %global ver 0.146.2 # Exclude input files from mangling diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 917aedff98..dca527aca2 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -1,4 +1,4 @@ -%bcond_without check +%bcond_with check # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$