Skip to content

Commit 21e34bf

Browse files
committed
Do not recommend running tests
References linux-on-mac#190.
1 parent 99ab1d0 commit 21e34bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -175,23 +175,23 @@ Install with
175175
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc (and overwrites existing files),
176176
README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8
177177

178-
Run the tests now, see two sections below.
179-
180178
If you would like to compile with Clang instead of GCC, simply set your system's
181179
default compiler to be Clang. Tested with Clang 3.8 and 3.9. Tested with Clang
182180
4.0 along with llvm-lld (The LLVM Linker).
183181

184182

185-
Run The Tests (Recommended)
186-
---------------------------
187-
It is recommended to run the tests after installing the program. Please run the following command _from within the source directory_.
183+
Run The Tests (Optional)
184+
------------------------
185+
Users may run the tests after installing the program. Please run the following command _from within the source directory_.
188186

189187
sudo ./bin/mbpfan -t
190188

191189
or
192190

193191
sudo make tests
194192

193+
Note that this only works on MacBook and not desktop computers due to different environment expectations.
194+
195195

196196
## Run Instructions
197197

0 commit comments

Comments
 (0)