From 3e098249a530f586de1fd499ce1f77a03f256b47 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 23 Jun 2025 09:59:49 +0200 Subject: [PATCH] docker/fish_run_tests.sh: add check command to bash history Closes #11600 --- docker/context/fish_run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/context/fish_run_tests.sh b/docker/context/fish_run_tests.sh index 3a586662e..37b48a8e9 100755 --- a/docker/context/fish_run_tests.sh +++ b/docker/context/fish_run_tests.sh @@ -5,6 +5,8 @@ set -e # This script is copied into the root directory of our Docker tests. # It is the entry point for running Docker-based tests. +echo build_tools/check.sh >>~/.bash_history + cd /fish-source git config --global --add safe.directory /fish-source