test/vhost: add 'set -e' to spdk_vhost.sh
Make sure the automated test pool can catch any errors. Change-Id: Icd1cb9f5501d5f18395b963453e6c3d5e58c48ee Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
b55d837e7b
commit
3abfa7a610
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
WORKDIR=$(dirname $0)
|
||||
cd $WORKDIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user