Merge pull request #3790 from prestonvanloon/fix-docker-script

Fix scripts/build_run_docker_tests.sh
This commit is contained in:
Hsiao-Wei Wang 2024-06-10 23:56:08 +08:00 committed by GitHub
commit 5633417156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# Run 'consensus-specs' tests from a docker container instance.
# *Be sure to launch Docker before running this script.*