Use /bin/bash to fix `./build_run_docker_tests.sh: 13: Syntax error: "(" unexpected`

This commit is contained in:
Preston Van Loon 2024-06-05 14:57:45 -05:00
parent 3644f360b8
commit d0ad73bd13
1 changed files with 1 additions and 1 deletions

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.*