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:
parent
20769404d8
commit
530ab30a33
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user