~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  csplit cut date dd df dir dircolors dirname du echo env expand expr
12
12
  factor false fmt fold groups head hostid hostname id install join kill
13
13
  link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
14
 
  nproc od paste pathchk pinky pr printenv printf ptx pwd readlink realpath
15
 
  rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred
16
 
  shuf sleep sort split stat stdbuf stty sum sync tac tail tee test
 
14
  nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink
 
15
  realpath rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum
 
16
  shred shuf sleep sort split stat stdbuf stty sum sync tac tail tee test
17
17
  timeout touch tr true truncate tsort tty uname unexpand uniq unlink
18
18
  uptime users vdir wc who whoami yes
19
19
 
173
173
IMPORTANT: if you take the time to report a test failure,
174
174
please be sure to include the output of running 'make check'
175
175
in verbose mode for each failing test.  For example,
176
 
if the test that fails is tests/misc/df, then you would
 
176
if the test that fails is tests/df/df-P.sh, then you would
177
177
run this command:
178
178
 
179
 
  (cd tests && make check TESTS=misc/df VERBOSE=yes) >> log 2>&1
 
179
  make check TESTS=tests/df/df-P.sh VERBOSE=yes SUBDIRS=. >> log 2>&1
180
180
 
181
181
For some tests, you can get even more detail by adding DEBUG=yes.
182
182
Then include the contents of the file 'log' in your bug report.
240
240
 
241
241
========================================================================
242
242
 
243
 
Copyright (C) 1998-2012 Free Software Foundation, Inc.
 
243
Copyright (C) 1998-2013 Free Software Foundation, Inc.
244
244
 
245
245
Permission is granted to copy, distribute and/or modify this document
246
246
under the terms of the GNU Free Documentation License, Version 1.3 or