#!/bin/sh ############################################################################### # # Copyright © International Business Machines Corp., 2009 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # DESCRIPTION # Run all tests under the functional, performance, and stress directories. # Format and summarize the results. # # AUTHOR # Darren Hart # # HISTORY # 2009-Nov-9: Initial version by Darren Hart # ############################################################################### # Test for a color capable shell and pass the result to the subdir scripts USE_COLOR=0 tput setf 7 || tput setaf 7 if [ $? -eq 0 ]; then USE_COLOR=1 tput sgr0 fi export USE_COLOR (cd functional; ./run.sh) option value='emaclite-cleanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
value='40'>40
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-02-07 16:28:09 -0800
committerEric W. Biederman <ebiederm@xmission.com>2012-09-18 01:01:37 -0700
commit69552c0c50f3f950f304fb07a4320e46f7f60c21 (patch)
tree4c9dba96746a43d632966c2ff30f7ca2e4dd7205 /kernel
parentaf84df93ffe3603fc6fc40a4338f9e740aad3b4e (diff)
userns: Convert configfs to use kuid and kgid where appropriate
Cc: Joel Becker <jlbec@evilplan.org> Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'kernel')