Thread (8 messages) 8 messages, 4 authors, 2020-09-29

Re: [PATCHv5 kselftest next] selftests/run_kselftest.sh: make each test individually selectable

From: Shuah Khan <skhan@linuxfoundation.org>
Date: 2020-09-25 22:37:50
Also in: linux-doc, linux-kselftest, lkml

On 9/25/20 3:16 PM, Kees Cook wrote:
On Fri, Sep 25, 2020 at 01:51:53PM +0530, Naresh Kamboju wrote:
quoted
On Mon, 14 Sep 2020 at 07:53, Hangbin Liu [off-list ref] wrote:
quoted
Currently, after generating run_kselftest.sh, there is no way to choose
which test we could run. All the tests are listed together and we have
to run all every time. This patch enhanced the run_kselftest.sh to make
the tests individually selectable. e.g.

   $ ./run_kselftest.sh -t "bpf size timers"
My test run break on linux next

./run_kselftest.sh: line 1331: syntax error near unexpected token `)'
./run_kselftest.sh: line 1331: `-e -s | --summary )
logfile=$BASE_DIR/output.log; cat /dev/null > $logfile; shift ;;'
Yes, please revert this patch. The resulting script is completely
trashed:

BASE_DIR=$(realpath $(dirname $0))
. ./kselftest/runner.sh
TESTS="seccomp"

run_seccomp()
{
-e      [ -w /dev/kmsg ] && echo "kselftest: Running tests in seccomp" >> /dev/kmsg
-e      cd seccomp
-en     run_many
         \
-ne             "seccomp_bpf"
         \
-ne             "seccomp_benchmark"

-e      cd $ROOT
}

Will do.

thanks,
-- Shuah
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help