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:
Moodle 2015-09-13 00:08:14 +10:00
parent dc081d9883
commit 6dd9b51b2c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#! /bin/bash
RED="\033[31m"
GREEN="\033[32m"
YELLOW="\033[33m"