rcutorture: Make test output less chatty

This commit drops no-longer-needed diagnostics from the output.  Some of
them are retained in logfiles, in case they are ever needed.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
This commit is contained in:
Paul E. McKenney
2013-09-30 14:49:43 -07:00
parent 0f66f92d11
commit 330a76f156
3 changed files with 16 additions and 13 deletions

View File

@@ -14,8 +14,6 @@
# for example, "O=/tmp/foo". If this argument is omitted, the .config
# file will be generated directly in the current directory.
echo configinit.sh $*
T=/tmp/configinit.sh.$$
trap 'rm -rf $T' 0
mkdir $T