autopackage: Remove redundant xtrace option
This is already provided by the autotest_common.sh. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Id5c51701240c11c058a7e46662263f510a4fef0c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10256 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
17c9ad877c
commit
64eae10906
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -xe
|
set -e
|
||||||
|
|
||||||
# If the configuration of tests is not provided, no tests will be carried out.
|
# If the configuration of tests is not provided, no tests will be carried out.
|
||||||
if [[ ! -f $1 ]]; then
|
if [[ ! -f $1 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user