Searched refs:only_fs (Results 1 – 1 of 1) sorted by relevance
142 const char *only_fs; in tst_get_supported_fs_types() local145 only_fs = getenv("LTP_SINGLE_FS_TYPE"); in tst_get_supported_fs_types()147 if (only_fs) { in tst_get_supported_fs_types()148 tst_res(TINFO, "WARNING: testing only %s", only_fs); in tst_get_supported_fs_types()149 if (tst_fs_is_supported(only_fs)) in tst_get_supported_fs_types()150 fs_types[0] = only_fs; in tst_get_supported_fs_types()