proc: return exit code 4 for skipped tests
Test harness uses 4 for SKIP, not 2. Link: http://lkml.kernel.org/r/20190108193108.GA12259@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

کامیت شده توسط
Linus Torvalds

والد
ea2c3f6f55
کامیت
0338c83836
@@ -30,7 +30,7 @@ int main(void)
|
||||
|
||||
if (unshare(CLONE_NEWPID) == -1) {
|
||||
if (errno == ENOSYS || errno == EPERM)
|
||||
return 2;
|
||||
return 4;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
مرجع در شماره جدید
Block a user