mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
test: shellcheck
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user