From af46a5b41f4bcf2daad906b2539860eead429d6b Mon Sep 17 00:00:00 2001 From: ChenZanYu Date: Thu, 1 Jun 2023 07:34:38 +0000 Subject: [PATCH] Add back the content for running test cases in strace.spec Signed-off-by: ChenZanYu --- strace.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strace.spec b/strace.spec index 6905680..8410d5b 100644 --- a/strace.spec +++ b/strace.spec @@ -91,7 +91,7 @@ wait # testcases which read /dev/full will fail because /dev/full is rw--w--w-- and # needsrootforbuild cannot take affect #%{buildroot}%{_bindir}/strace -V -#make %{?_smp_mflags} -k check VERBOSE=1 +make %{?_smp_mflags} -k check VERBOSE=1 #echo 'BEGIN OF TEST SUITE INFORMATION' #tail -n 99999 -- tests*/test-suite.log tests*/ksysent.gen.log #find tests* -type f -name '*.log' -print0 | -- Gitee