- Timestamp:
- Nov 2, 2012, 12:05:58 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c5d8df0
- Parents:
- d026927
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rd026927 r85b873a 79 79 for a few files to allow this:</para> 80 80 81 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen>81 <screen os="m"><userinput>chown -Rv dummy .</userinput></screen> 82 82 83 83 <para os="n">Then run the remainder of the tests as the 84 84 <systemitem class="username">dummy</systemitem> user:</para> 85 85 86 <screen os="o"><userinput>su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> 86 <screen os="o"><userinput>su dummy -s /bin/bash \ 87 -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> 87 88 88 89 <para os="p">When testing is complete, remove the
Note:
See TracChangeset
for help on using the changeset viewer.