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"