mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
15fbb17347
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
7 lines
254 B
Text
7 lines
254 B
Text
To test the pyCRAC scripts after installing the package on Slackware:
|
|
|
|
cp -R /usr/share/pyCRAC <path-to-your-work-directory>/
|
|
cd <path-to-your-work-directory>/pyCRAC/tests
|
|
sh test.sh
|
|
|
|
If all tests complete without an error, the package is working.
|