diff options
author | Slack Coder <slackcoder@server.ky> | 2025-01-29 06:30:39 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-01-29 06:31:12 -0500 |
commit | 3bcdd501b82b9ea961f4d0d4451a76f89d6de333 (patch) | |
tree | d5dfc05689081ef89c125da7623e61e4db66f011 | |
parent | f69b4389539e0b04a47bc37facdb03bdd3cd3c9b (diff) | |
download | sbotools2-3bcdd501b82b9ea961f4d0d4451a76f89d6de333.tar.xz |
README: Communicate caution with tests
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |