From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 6D5341F8C8 for ; Sat, 28 Aug 2021 00:48:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232854AbhH1As2 (ORCPT ); Fri, 27 Aug 2021 20:48:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232682AbhH1As0 (ORCPT ); Fri, 27 Aug 2021 20:48:26 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15C4AC0613D9 for ; Fri, 27 Aug 2021 17:47:37 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id g18so5372850wrc.11 for ; Fri, 27 Aug 2021 17:47:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=TSti6QvsNvq4fq52i3K8wOb0+NrFe3jtllan9L1q47s=; b=IiaAfDrsr6uJd8mTVOv3LJsOtKDYaWRg6Z2CPVQeJ9XHrLRtJa/fllJX1+70OvJPf/ 3TWeAsGcaJod2CXK8yazrlWX8+haE0YGY3VyiJBKCendpvMCIb8U5NBwrjRf8WtRse7S 5m/053EbsZMZhPgQ72/bu8ebFD7w6cD+QGfrgDgNg7DxJODvS+fB70+K97YWXWBcpG/o NeUxfSGlbpxyIaXUhjoUwgBFsjmMHk9xgG4G8f9k2JghIKDYmvjVbfanpatqCmtUdgGS 5PtfMLAh7VRYTVU/Hs0M1kepln2mzDHYXFvmnAuPLlT+QB33Z80BDlVlGVMFSuOw8ARY MWpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=TSti6QvsNvq4fq52i3K8wOb0+NrFe3jtllan9L1q47s=; b=NgEt2bQkvPSU2diaGGlcyc8UvxbS++xqw5N1J+mH/5Tz0DoiQNbu6nIanqAlnS58b+ hZhCPPcK3Hf9P0fQVOabSMk/iierKdxbbkzO8kcCSkEBGUuzII58UWjB1lp/VAZdhUlO xNQpTmYyRPPJBarzNWwJ4T8Jb+l4QtB7sS8sKCrB+f4+hyU6Wsyq1f13hrKm5cgJ92Jq 4V/s2WyYXiGy9fpOgagwD745TWaYYlrLQtJ/jRtOWAqAkylzCRN2Gf5Q6UOGpXhixgXs ZhCvDb3YbdseZoe3izvD6stK+F+SEZsW+Vixe/yTWq0WDoio7cw8fLCCQHul7dM3kx5W srCw== X-Gm-Message-State: AOAM531ZyPT8OZGaxeq5os7QEKkChyII45IaLQWK9rYCoiiDwwdqszNP pfM3AYmwPHU/VJG5y8yH0jiYb4ZLy78= X-Google-Smtp-Source: ABdhPJyf9t+buR9Xz157uSuUk4TTO1I/WdwEnRZVGj4DQ9UmALi/yD893oyJiBOI1AiDTahKbWT1WQ== X-Received: by 2002:adf:f90e:: with SMTP id b14mr13769247wrr.28.1630111655683; Fri, 27 Aug 2021 17:47:35 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id y15sm7641759wrw.64.2021.08.27.17.47.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Aug 2021 17:47:35 -0700 (PDT) Message-Id: <00211457eceab756528abf0ca296af866cda00e7.1630111653.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Philippe Blain via GitGitGadget" Date: Sat, 28 Aug 2021 00:47:32 +0000 Subject: [PATCH v2 2/3] test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause' Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: SZEDER =?UTF-8?Q?G=C3=A1bor?= , Elijah Newren , Johannes Schindelin , Jens Lehmann , Eric Sunshine , Taylor Blau , Carlo Arenas , Jeff King , Philippe Blain , Philippe Blain Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Philippe Blain The 'test_pause' function, which is designed to help interactive debugging and exploration of tests, currently inherits the value of HOME and TERM set by 'test-lib.sh': HOME="$TRASH_DIRECTORY" and TERM=dumb. It also invokes the shell defined by TEST_SHELL_PATH, which defaults to /bin/sh (through SHELL_PATH). Changing the value of HOME means that any customization configured in a developers' shell startup files and any Git aliases defined in their global Git configuration file are not available in the shell invoked by 'test_pause'. Changing the value of TERM to 'dumb' means that colored output is disabled for all commands in that shell. Using /bin/sh as the shell invoked by 'test_pause' is not ideal since some platforms (i.e. Debian and derivatives) use Dash as /bin/sh, and this shell is usually compiled without readline support, which makes for a poor interactive command line experience. To make the interactive command line experience in the shell invoked by 'test_pause' more pleasant, save the values of HOME and TERM in USER_HOME and USER_TERM before changing them in test-lib.sh, and add options to 'test_pause' to optionally use these variables to invoke the shell. Also add an option to invoke SHELL instead of TEST_SHELL_PATH, so that developer's interactive shell is used. We use options instead of changing the behaviour unconditionally since these three variables can break test reproducibility. Moreover, using the original HOME means tests could overwrite files in a user's home directory. Be explicit about these caveats in the new 'Usage' section in test-lib-functions.sh. Signed-off-by: Philippe Blain --- t/test-lib-functions.sh | 37 ++++++++++++++++++++++++++++++++++++- t/test-lib.sh | 6 ++++-- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 1884177e293..1b775343adc 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -137,9 +137,44 @@ test_tick () { # Stop execution and start a shell. This is useful for debugging tests. # # Be sure to remove all invocations of this command before submitting. +# +# Usage: test_pause [options] +# -t +# Use your original TERM instead of test-lib.sh's "dumb". +# This usually restores color output in the invoked shell. +# WARNING: this can break test reproducibility. +# -s +# Invoke $SHELL instead of $TEST_SHELL_PATH +# WARNING: this can break test reproducibility. +# -h +# Use your original HOME instead of test-lib.sh's "$TRASH_DIRECTORY". +# This allows you to use your regular shell environment and Git aliases. +# WARNING: this can break test reproducibility. +# CAUTION: this can overwrite files in your HOME. test_pause () { - "$TEST_SHELL_PATH" <&6 >&5 2>&7 + PAUSE_TERM=$TERM && + PAUSE_SHELL=$TEST_SHELL_PATH && + PAUSE_HOME=$HOME && + while test $# != 0 + do + case "$1" in + -t) + PAUSE_TERM="$USER_TERM" + ;; + -s) + PAUSE_SHELL="$SHELL" + ;; + -h) + PAUSE_HOME="$USER_HOME" + ;; + *) + break + ;; + esac + shift + done && + TERM="$PAUSE_TERM" HOME="$PAUSE_HOME" "$PAUSE_SHELL" <&6 >&5 2>&7 } # Wrap git with a debugger. Adding this to a command can make it easier diff --git a/t/test-lib.sh b/t/test-lib.sh index abcfbed6d61..132618991e2 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -585,8 +585,9 @@ else } fi +USER_TERM="$TERM" TERM=dumb -export TERM +export TERM USER_TERM error () { say_color error "error: $*" @@ -1380,9 +1381,10 @@ then fi # Last-minute variable setup +USER_HOME="$HOME" HOME="$TRASH_DIRECTORY" GNUPGHOME="$HOME/gnupg-home-not-used" -export HOME GNUPGHOME +export HOME GNUPGHOME USER_HOME # Test repository rm -fr "$TRASH_DIRECTORY" || { -- gitgitgadget