From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,RDNS_NONE, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: from authenticated user by zero.zsh.org with local id 1kiu6e-000HYm-6z; Sat, 28 Nov 2020 06:53:16 +0000 Authentication-Results: zsh.org; iprev=pass (mail-oi1-f181.google.com) smtp.remote-ip=209.85.167.181; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none Received: from mail-oi1-f181.google.com ([209.85.167.181]:33473) by zero.zsh.org with esmtps (TLS1.3:TLS_AES_128_GCM_SHA256:128) id 1kiu6O-000HJs-BQ; Sat, 28 Nov 2020 06:53:01 +0000 Received: by mail-oi1-f181.google.com with SMTP id k26so8315470oiw.0 for ; Fri, 27 Nov 2020 22:53:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=Dqzwa5+ALx81JA1+WC7td4+3RBea8KktxKFsKTeP1xM=; b=JQQm9cttkgKyk7OUQjLYcWeqXcGsbXtLPUv7bGY4iNQ8wozibTOdthBznWJvLWGqhC lMJHU8kgCpWn/CE4xftuRwlWQI/yj32KTsVgObXQBnzq3p+ZjoFjZSonNvHj8Ecow2Wk hXlrP+IJg2kvd/7Q+HQC0G/vfh25gI5/7rdaKJ5G6hC8Upamzg24XikC0xxJ89+8K/8h qxaj6P2mHrP9jM34LkjCeU/9Qa0o2pEyHARY9Qzi8q4sGBB/Jq1gHImCZNMpU5m96afP NJO1NzczqyFJCHQeVnEoJABNHF0Yq5dgWhAHl79NbFxb/0qRhphlGtkRLNeAoCsyTMJa aSpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Dqzwa5+ALx81JA1+WC7td4+3RBea8KktxKFsKTeP1xM=; b=ZenHr/cbrBI3Jsjm3YAK+Vr4r1Gbnd7qKD+WW3KCgUoSjt4TisMCQXRQe/WGozN3hU 7HokkFOlnlPPUc0XsvbL109kbth8Yya2xCjD648Qm48zKduObmjuB14VQtU2OAtVEVtW VTx70EK6uM1OzAsxM/lFjqtlBCswmMWpOMCD/TxmyV4a94gwz0cNSRU33pEkDhIPZ4Xb JX9J/JPFXcHTcw0rBwlYarsGHSOZMeYkmzDwComsiWJslknh/k/D68SQgg4sHap0QAya /O9rAs6jk9vyTnEYxRH/+6efA22LurRQoHSJF/T32x/zGYxsMHUF/QiJV2Cu8pwIAVho Y/aw== X-Gm-Message-State: AOAM530XkeShnBZbNQZU8+3+rICKP6Hkw7H7qfyFGhkVNtF/PZQxtZ9G 59Tn3fB7mTPA0OS3ixuIBBERazf9d+uR7o7VHS8Vngl6Evc= X-Google-Smtp-Source: ABdhPJzf4tIg0A4CWBhlfEXuDfkjLwYKB99ZXjMhy1tNN900dhsTOejqClb4JFz123wGIyc/hchYynmMGAblugqPd1Q= X-Received: by 2002:aca:bd45:: with SMTP id n66mr8265151oif.132.1606546378961; Fri, 27 Nov 2020 22:52:58 -0800 (PST) MIME-Version: 1.0 From: Bart Schaefer Date: Fri, 27 Nov 2020 22:52:48 -0800 Message-ID: Subject: "make check" suggestion To: Zsh hackers list Content-Type: text/plain; charset="UTF-8" X-Seq: 47689 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Archived-At: I haven't messed around with ztst.zsh for some years, so I'm not familiar with how the newer features like intentionally failed tests are handled. A suggestion perhaps for someone who has worked on it more recently: It might be nice to have a mode in which ALL the tests in each file are run, rather than abort the whole test file when one of them fails (or unexpectedly succeeds).