aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-01-29 06:30:39 -0500
committerSlack Coder <slackcoder@server.ky>2025-01-29 06:31:12 -0500
commit3bcdd501b82b9ea961f4d0d4451a76f89d6de333 (patch)
treed5dfc05689081ef89c125da7623e61e4db66f011
parentf69b4389539e0b04a47bc37facdb03bdd3cd3c9b (diff)
downloadsbotools2-3bcdd501b82b9ea961f4d0d4451a76f89d6de333.tar.xz
README: Communicate caution with tests
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 126940f..ab73e79 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,12 @@ fi
## Testing
-Unit tests are defined under 't/'.
+Unit tests are defined under 't/'. Note some tests require environmental flags
+resulting in modifying your slackware system. You should run them under docker
+as described below.
```
-prove -v t/*.t
+prove -v t
```
You can use the Dockerfile to remove the headache for setting up the test