tests: remove a debugging command

(cherry picked from commit 6563a33f63)
This commit is contained in:
Alexander Todorov 2018-12-07 13:13:24 +02:00 committed by Brian C. Lane
parent 3daede741c
commit 963c7d8f89
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"