Skip to content

Commit

Permalink
cp-bench: no signatures branch anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Oct 6, 2018
1 parent b289ead commit a818edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cp-bench
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
br=`git branch --no-color --list|grep ^*|cut -c3-`

for b in master `git branch --list --no-color|cut -c3- | egrep '^(bugfix/|feature|compiler/|smoke)'`; do
if [ $b != smoke/gh7-signatures -a $b != feature/gh6-no-miniperl ]; then
if [ $b != feature/gh6-no-miniperl ]; then
git checkout $b && ../do-conf-cperl-fast >/dev/null 2>&1 && ../minibench.sh
fi
done
Expand Down

0 comments on commit a818edc

Please sign in to comment.