From b6ed2853aa9ef1d1098c451736add773ff901448 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 16 Sep 2018 11:11:19 -0400 Subject: [PATCH] CI try 8 --- systemtap.spec | 2 +- tests/dejagnu-smoketest/runtest.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 959b21d..62784c9 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -84,7 +84,7 @@ Name: systemtap Version: 4.0 -Release: 0.20180914gitfe4e14f4af16.3%{?dist} +Release: 0.20180914gitfe4e14f4af16.4%{?dist} # for version, see also configure.ac diff --git a/tests/dejagnu-smoketest/runtest.sh b/tests/dejagnu-smoketest/runtest.sh index 8449c1c..11b4d87 100755 --- a/tests/dejagnu-smoketest/runtest.sh +++ b/tests/dejagnu-smoketest/runtest.sh @@ -7,11 +7,11 @@ dnf debuginfo-install -y kernel # on Fedora CI, can only assume about 1GB RAM to run these tests -stap -L 'process("stap").mark("*")' | grep -q pass +stap -L 'process("stap").mark("*")' | grep pass # stap -L 'kernel.trace("sys_enter")' stap -v --example helloworld.stp -stap -v -T 1 -e 'probe kernel.function("do_exit") {println($$vars)}' -# stap -v -T 1 -e 'probe syscall.* ? {println(argstr)}' +stap -v -T 10 -e 'probe kernel.function("do_exit") {println($$vars)}' -c true +# stap -v -T 10 -e 'probe syscall.* ? {println(argstr)}' echo echo RESULT: PASS