Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: cam-schultz <[email protected]>
Signed-off-by: F. Eugene Aumson <[email protected]>
  • Loading branch information
feuGeneA and cam-schultz authored Nov 18, 2023
1 parent 6b7e912 commit 6e9b91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Unit tests can be ran locally by running the command in the root of the project:
./scripts/test.sh
```

If your temporary directory is not writable, as is often the case in our Azure development instances, the unit tests may fail with messages like `fork/exec /tmp/go-build2296620589/b247/config.test: permission denied`. To fix this, set the `TMPDIR` environment variable to something writable, eg `export TMPDIR=~/tmp`.
If your temporary directory is not writable, the unit tests may fail with messages like `fork/exec /tmp/go-build2296620589/b247/config.test: permission denied`. To fix this, set the `TMPDIR` environment variable to something writable, eg `export TMPDIR=~/tmp`.

### E2E tests

Expand Down

0 comments on commit 6e9b91a

Please sign in to comment.