From: Kamalesh Babulal Date: Wed, 2 Feb 2022 22:13:42 +0000 (-0700) Subject: ftests-nocontainer: remove the skip argument X-Git-Tag: v3.1.0~308^2~2^2~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=befe47eb4016273637a8ca88df165a23e5ac96ab;p=thirdparty%2Flibcgroup.git ftests-nocontainer: remove the skip argument Commit f852cad3fd64 ("ftests: Delete the cgclear functional test"), removed the testcase 028-cgclear-basic_cgclear.py. Drop the skip argument from the ftests-nocontainer.sh to skip the non-existing testcase. Suggested-by: Tom Hromatka Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/ftests/ftests-nocontainer.sh b/ftests/ftests-nocontainer.sh index 4725fede..70d27e16 100755 --- a/ftests/ftests-nocontainer.sh +++ b/ftests/ftests-nocontainer.sh @@ -1,2 +1,2 @@ #!/bin/bash -./ftests.py -l 10 -L ftests-nocontainer.log --skip 28 --no-container +./ftests.py -l 10 -L ftests-nocontainer.log --no-container