docker/fish_run_tests.sh: add check command to bash history

Closes #11600
This commit is contained in:
Johannes Altmanninger
2025-06-23 09:59:49 +02:00
parent 7cd7f31a93
commit 3e098249a5

View File

@@ -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