Commit 48945e3d authored by Michal Berger's avatar Michal Berger Committed by Tomasz Zawadzki
Browse files

perf/vhost: Add nullglob,extglob opts

Previously conf-generator did depend on these being set by the
scheduler/common.sh, but since the:

https://review.spdk.io/gerrit/c/spdk/spdk/+/19551



these were moved to autotest_common.sh. conf-generator is not
meant to use it, so enable these opts directly inside of it.

Change-Id: I00a70250e2b240e27345a344848deb0fc406209e
Signed-off-by: default avatarMichal Berger <michal.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20581


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 12fd2b05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
curdir=$(readlink -f "$(dirname "$0")")
rootdir=$(readlink -f "$curdir/../../../")

shopt -s nullglob extglob

source "$rootdir/scripts/common.sh"
source "$rootdir/test/scheduler/common.sh"