From 73fbb07fa4146bea788ab397dd2c4ba3eeb54c7e Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Jun 06 2013 17:15:41 +0000 Subject: added some debugging for the gzip-C5 test, jenkins only runs this part of the test suite --- diff --git a/centos_ci_build b/centos_ci_build index e0e11e1..871fd17 100755 --- a/centos_ci_build +++ b/centos_ci_build @@ -2,4 +2,4 @@ # Build steps used in CentOS CI yum -y update -SKIP_QA_HARNESS=1 ./runtests.sh +SKIP_QA_HARNESS=1 ./runtests.sh p_gzip diff --git a/tests/p_gzip/10-C5-test-binaries b/tests/p_gzip/10-C5-test-binaries old mode 100644 new mode 100755 index 8d8d7be..77c1ea6 --- a/tests/p_gzip/10-C5-test-binaries +++ b/tests/p_gzip/10-C5-test-binaries @@ -27,9 +27,10 @@ done for binary in znew zmore zforce do echo -n "$binary " - $binary &>/dev/null -# $binary - [ $? != '1' ] && ExitFail +# $binary &>/dev/null + $binary +echo $? + [ $? != '0' ] && ExitFail done for binary in zgrep zfgrep zegrep zdiff zcmp