Update run_tests.sh
Added #! /bin/bash so that running run_tests.sh doesn't run in dash and error trying to read "let" commands.
This commit is contained in:
parent
dc081d9883
commit
6dd9b51b2c
|
@ -1,3 +1,4 @@
|
|||
#! /bin/bash
|
||||
RED="\033[31m"
|
||||
GREEN="\033[32m"
|
||||
YELLOW="\033[33m"
|
||||
|
|
Loading…
Reference in New Issue