Commit e6a5bb10 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Benjamin Walker
Browse files

test/nvmf: make sure non-zero returns fail tests



Add 'set -e' to all nvmf test scripts.

Change-Id: I8271268a4b82335adf07719f4bde13e9086b5a77
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 11b0c3cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@ fi

rdma_device_init

set -e

timing_enter discovery

# Start up the NVMf target in another process
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ function filesystem_test()

rdma_device_init

set -e

timing_enter fs_test

# Start up the NVMf target in another process
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ source $rootdir/test/nvmf/common.sh

rdma_device_init

set -e

timing_enter fio

# Start up the NVMf target in another process