mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-15 20:34:19 +01:00
travis: do not set -x when running test
Do not `set -x` when running tests with Travis: tests are alreadyu doing it, and with chronic logs are shown only if the commands executed fails. Signed-off-by: Marco Vedovati <mvedovati@suse.com>
This commit is contained in:
@@ -12,4 +12,4 @@ export GOPATH="${GOPATH:-/tmp/go}"
|
|||||||
|
|
||||||
script_dir="$(dirname $(readlink -f $0))"
|
script_dir="$(dirname $(readlink -f $0))"
|
||||||
|
|
||||||
sudo -E PATH="$PATH" bash -x "${script_dir}/../tests/test_images.sh"
|
sudo -E PATH="$PATH" bash "${script_dir}/../tests/test_images.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user