diff mbox series

[v2,3/7] ci/alpine: Enable process.c

Message ID 20210910130820.21141-4-pvorel@suse.cz
State Accepted
Headers show
Series Cleanup sched/process.c | expand

Commit Message

Petr Vorel Sept. 10, 2021, 1:08 p.m. UTC
From: Petr Vorel <petr.vorel@gmail.com>

Fixed in 2 previous commits.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 ci/alpine.sh | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/ci/alpine.sh b/ci/alpine.sh
index deb9cfdcf..d93a57616 100755
--- a/ci/alpine.sh
+++ b/ci/alpine.sh
@@ -33,7 +33,6 @@  cat /etc/os-release
 echo "WARNING: remove unsupported tests (until they're fixed)"
 cd $(dirname $0)/..
 rm -rfv \
-	testcases/kernel/sched/process_stress/process.c \
 	testcases/kernel/syscalls/confstr/confstr01.c \
 	testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \
 	testcases/kernel/syscalls/getcontext/getcontext01.c \