Fix shellcheck warnings
This commit is contained in:
parent
dc999f9006
commit
9881eebf55
17 changed files with 90 additions and 75 deletions
|
@ -30,7 +30,7 @@ export AIRTIME_UNIT_TEST="1"
|
|||
|
||||
#Change the working directory to this script's directory
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd $DIR
|
||||
cd "$DIR" || (echo "could not cd in $DIR!" && exit 1)
|
||||
|
||||
#Run the unit tests
|
||||
phpunit --verbose --log-junit test_results.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue