tests: remove a debugging command

This commit is contained in:
Alexander Todorov 2018-12-07 13:13:24 +02:00 committed by Alexander Todorov
parent d619430d6d
commit 6563a33f63
1 changed files with 0 additions and 1 deletions

View File

@ -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"