tests/qa/init cleanup.

Summary: tests/qa/init cleanup.

Reviewers: teon.banek, mferencevic

Reviewed By: teon.banek

Subscribers: pullbot, buda

Differential Revision: https://phabricator.memgraph.io/D512
This commit is contained in:
Marko Budiselic 2017-06-26 17:51:18 +02:00
parent 20769404d8
commit 530ab30a33

View File

@ -1,11 +1,10 @@
#!/bin/bash
function print_usage_and_exit {
echo "./init [-s] [--no-clone-dependencies] [--arc-diff DIFF_ID]"
echo "./init [-s]"
echo -e "Prepare the environment for Memgraph QA.\n"
echo "Optional arguments:"
echo -e " -s\tuse sudo apt-get for installing required packages"
echo -e " -h\tdisplay this help and exit"
exit 1
}