We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001a2fc commit aabf32bCopy full SHA for aabf32b
1 file changed
test/genesis-ci.sh
@@ -57,9 +57,9 @@ skip="grg_param_uniquify"
57
curbranch=`git branch --show-current`
58
echo "Current branch name is '$curbranch'"
59
for b in $skip; do
60
- if [ "$curbranch" == "skip" ]; then
+ if [ "$curbranch" == "$b" ]; then
61
echo "------------------------------------------------------------------------"
62
- echo "WARNING skipping this test because branch name = '$skip'"
+ echo "WARNING skipping this test because branch name = '$b'"
63
64
exit
65
fi
0 commit comments