|
@@ -79,19 +79,15 @@
|
|
|
two tests, and the <command>slabtop</command> test may return more than
|
|
|
999,999 objects. To run the test suite, run the following commands:</para>
|
|
|
|
|
|
-<screen><userinput remap="test">pushd testsuite
|
|
|
- sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
|
|
|
- -e 's|999999|&9|' config/unix.exp
|
|
|
- sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
|
|
|
- make site.exp
|
|
|
- DEJAGNU=global-conf.exp runtest
|
|
|
-popd</userinput></screen>
|
|
|
+<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
|
|
|
+ -e 's|&9|9999999|' testsuite/config/unix.exp
|
|
|
+make check</userinput></screen>
|
|
|
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
|
-<para>Finally move the library to a location that can be found if
|
|
|
+<para>Finally, move the library to a location that can be found if
|
|
|
<filename class="directory">/usr</filename> is not mounted.</para>
|
|
|
|
|
|
<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
|