Theses tests were previously mistakenly marked as 'not found'. Signed-off-by: Cleber Rosa <cr...@redhat.com> --- client/tests/xfstests/xfstests.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/client/tests/xfstests/xfstests.py b/client/tests/xfstests/xfstests.py index ac7c2f6..eb20fcf 100644 --- a/client/tests/xfstests/xfstests.py +++ b/client/tests/xfstests/xfstests.py @@ -14,6 +14,8 @@ class xfstests(test.test): def _get_available_tests(self): tests = glob.glob('???.out') + tests += glob.glob('???.out.linux') + tests = [t.replace('.linux', '') for t in tests] tests_list = [t[:-4] for t in tests if os.path.exists(t[:-4])] tests_list.sort() return tests_list -- 1.7.11.2 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest