From 669f6211a4f428955b6124b4e8937717c8310454 Mon Sep 17 00:00:00 2001 From: Lei Xue Date: Tue, 13 Jun 2017 18:14:30 +0800 Subject: [PATCH] update travis to do task management test and reduce some make output --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ae2fdf..1969a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,8 @@ script: - cd ${HOME}/libiscsi - export ISCSITEST=yes - ./autogen.sh - - ./configure - - make + - ./configure 2>&1 >/dev/null + - make 2>&1 >/dev/null - ./test-tool/iscsi-test-cu -d -A -V --test=iSCSI.iSCSITMF iscsi://127.0.0.1:3260/${TARGET}/0 - ./test-tool/iscsi-test-cu -d -A --test=SCSI.TestUnitReady iscsi://127.0.0.1:3260/${TARGET}/0 - ./test-tool/iscsi-test-cu -d -A --test=SCSI.ReadCapacity10 iscsi://127.0.0.1:3260/${TARGET}/0