diff mbox series

[2/2] ci/alpine: Enable process.c

Message ID 20210903214811.61727-2-petr.vorel@gmail.com
State Superseded
Headers show
Series [RFC,1/2] sched/process.c: Always use pointer to stderr | expand

Commit Message

Petr Vorel Sept. 3, 2021, 9:48 p.m. UTC
Fixed in previous commit.

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 \