mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
8 lines
254 B
Text
8 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.
|