Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-01-31 19:38:02 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-02-06 21:34:45 +0300
commit4067b64d3efe32180ee07a8e921f241a9de1eb5e (patch)
tree9b6bfea935ee8617f1ccc7f6d50ce48ed8b134ce /qa
parentbf0ec00996c37992e101fd4348f205a3ce851f6c (diff)
Revert "Merge branch 'update-qa-docs-with-directory-req' into 'master'"
This reverts commit e6579d82cb87ca5cb94639851482f48a73a2b74f, reversing changes made to afcd9fc7f415dc5a8794ad1ef2498baee08aa825.
Diffstat (limited to 'qa')
-rw-r--r--qa/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/qa/README.md b/qa/README.md
index b937dc4c7a0..3c1b61900d9 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -34,9 +34,6 @@ You can use GitLab QA to exercise tests on any live instance! For example, the
following call would login to a local [GDK] instance and run all specs in
`qa/specs/features`:
-First, `cd` into the `$gdk/gitlab/qa` directory.
-The `bin/qa` script expects you to be in the `qa` folder of the app.
-
```
bin/qa Test::Instance http://localhost:3000
```