Skip to content

Commit ccc51b2

Browse files
committed
Fix typos and add description
1 parent 8f282c5 commit ccc51b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you want to run an entire test suite, the easiest is to use `./test/run.sh`:
6060
./test/run.sh webapp
6161
```
6262

63-
If you're iterating on a single test, the easiest is to use `go test` directy. If your integration tests depends on having having a user token avaialble, then you'll have to set USER_TOKEN manually (see run.sh on how to fetch the credentials that are used during our build)
63+
If you're iterating on a single test, the easiest is to use `go test` directly. If your integration tests depends on having having a user token available, then you'll have to set USER_TOKEN manually (see run.sh on how to fetch the credentials that are used during our build)
6464

6565
```sh
6666
cd test
@@ -73,7 +73,7 @@ go test -v ./... \
7373
-gitlab=<true|false>
7474
```
7575

76-
A concrete exmaple would be
76+
A concrete example would be
7777

7878
```sh
7979
cd test

test/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
#
3+
# Convenience script to run our integration tests suites.
4+
#
35
# Usage:
46
#
57
# run.sh [suite]

0 commit comments

Comments
 (0)