Skip to content
Snippets Groups Projects
Commit d4acc848 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Increased verbosity (temporarily) of the verify target.

Rev: bin/xenofarm.sh:1.32
parent b652c931
No related branches found
No related tags found
No related merge requests found
#! /bin/sh #! /bin/sh
# $Id: xenofarm.sh,v 1.31 2008/05/09 16:51:57 grubba Exp $ # $Id: xenofarm.sh,v 1.32 2008/07/22 21:18:38 grubba Exp $
# This file scripts the xenofarm actions and creates a result package # This file scripts the xenofarm actions and creates a result package
# to send back. # to send back.
...@@ -45,7 +45,7 @@ xenofarm_post_build() { ...@@ -45,7 +45,7 @@ xenofarm_post_build() {
log_start verify log_start verify
# Note: verify and valgrind_verify perform the same actions # Note: verify and valgrind_verify perform the same actions
# if not compiled --with-valgrind. # if not compiled --with-valgrind.
$MAKE METATARGET=valgrind_verify TESTARGS="-a -T -F" > \ $MAKE METATARGET=valgrind_verify TESTARGS="-a -T -F -v -v" > \
xenofarm_result/verifylog.txt 2>&1 xenofarm_result/verifylog.txt 2>&1
log_end $? log_end $?
[ $LASTERR = 0 ] || return 1 [ $LASTERR = 0 ] || return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment