Commit 1a9974ed authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

test: don't ignore error code in killprocess



Make sure any failing commands are detected and fail the test.

Change-Id: Ibdafe78ac68632cd3f5ea42b4f653b969715cbc0
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 5c8f4f18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ function killprocess() {

	echo "killing process with pid $1"
	kill $1
	wait $1 || true
	wait $1
}

function iscsicleanup() {