Skip to content

Commit aabf32b

Browse files
committed
typo
1 parent 001a2fc commit aabf32b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/genesis-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ skip="grg_param_uniquify"
5757
curbranch=`git branch --show-current`
5858
echo "Current branch name is '$curbranch'"
5959
for b in $skip; do
60-
if [ "$curbranch" == "skip" ]; then
60+
if [ "$curbranch" == "$b" ]; then
6161
echo "------------------------------------------------------------------------"
62-
echo "WARNING skipping this test because branch name = '$skip'"
62+
echo "WARNING skipping this test because branch name = '$b'"
6363
echo "------------------------------------------------------------------------"
6464
exit
6565
fi

0 commit comments

Comments
 (0)