Skip to content

Commit 00a3531

Browse files
committed
Make shell commands more explicit in the docs
1 parent 9b46595 commit 00a3531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running_tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ The BOSH Release
144144

145145
Install the Gem dependencies.
146146
```
147-
(cd src && bundle install)
147+
bundle install --gemfile=./src/Gemfile
148148
```
149149

150150
Run the ERB unit tests.
151151
```
152-
scripts/test-unit-erb
152+
./scripts/test-unit-erb
153153
```
154154

155155
### Acceptance Tests (BATs)

0 commit comments

Comments
 (0)