]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Don't delete the tests/ subdir
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:34:28 +0000 (11:34 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:34:28 +0000 (11:34 -0600)
Now that the tests are part of the libcgroup git repo, don't
delete the tests/ subdirectory.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit eee4b0332e4c6c6d9074d8b17481970940dc6294)

.github/actions/setup-libcgroup/action.yml

index b0c3a1d8d4cb1038dcb87a75f5fa61986b723baf..4c513c88add8bcaa75fd831fa0c7fbbb4d09d908 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Action to setup the libcgroup directory
 #
-# Copyright (c) 2020 Oracle and/or its affiliates.
+# Copyright (c) 2020-2022 Oracle and/or its affiliates.
 # Author: Tom Hromatka <tom.hromatka@oracle.com>
 #
 
@@ -30,8 +30,6 @@ runs:
     shell: bash
   - run: sudo pip install cython
     shell: bash
-  - run: rm -fr tests/
-    shell: bash
   - run: ./bootstrap.sh
     shell: bash
   - run: CFLAGS="$CFLAGS -g -O0 -Werror" ./configure --sysconfdir=/etc --localstatedir=/var --enable-code-coverage --enable-opaque-hierarchy="name=systemd" --enable-python