aboutsummaryrefslogtreecommitdiff
path: root/jenkins.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-xjenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 661c74aa..e7aee89b 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -343,7 +343,7 @@ fi
(cd $user_snapshots/gcc.git; git fetch origin '+refs/changes/*:refs/remotes/gerrit/changes/*')
# Turn on extra verbose dejagnu logging
-export RUNTESTFLAGS="-v -v -d"
+export RUNTESTFLAGS="-v -v -v -v -d"
# Now we build the cross compiler, for a native compiler this becomes
# the stage2 bootstrap build.