test: shellcheck

This commit is contained in:
Ethan Buchman
2017-02-20 18:51:00 -05:00
parent 2b1b8da58d
commit 1fa6e7f3b1
5 changed files with 29 additions and 29 deletions

View File

@ -1,9 +1,9 @@
#! /bin/bash
set -e
echo `pwd`
pwd
BRANCH=`git rev-parse --abbrev-ref HEAD`
BRANCH=$(git rev-parse --abbrev-ref HEAD)
echo "Current branch: $BRANCH"
bash test/test_cover.sh