From a818edc903c816dfc506e8708e3e71afb67872c6 Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Sat, 6 Oct 2018 10:48:20 +0200 Subject: [PATCH] cp-bench: no signatures branch anymore --- cp-bench | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cp-bench b/cp-bench index 92f5d57c..705aeda9 100755 --- a/cp-bench +++ b/cp-bench @@ -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