From 6563a33f63b240f6c215a2bf5667b50c7d40f140 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 7 Dec 2018 13:13:24 +0200 Subject: [PATCH] tests: remove a debugging command --- tests/cli/test_build_and_deploy_vmware.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cli/test_build_and_deploy_vmware.sh b/tests/cli/test_build_and_deploy_vmware.sh index 5a576bea..e5f47111 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -58,7 +58,6 @@ rlJournalStart SAMPLES="$TMP_DIR/pyvmomi-community-samples" if [ ! -d "$SAMPLES" ]; then rlRun -t -c "git clone https://github.com/weldr/pyvmomi-community-samples $SAMPLES" - rlRun -t -v "ls -lR $TMP_DIR" pushd $SAMPLES && git checkout composer_testing && popd fi SAMPLES="$SAMPLES/samples"