mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tst: winfsp-tests: disable query_winfsp_tests over --external
This commit is contained in:
parent
a197b99960
commit
6bcbfd5380
@ -1959,15 +1959,9 @@ void query_winfsp_dotest(ULONG Flags, PWSTR Prefix, ULONG FileInfoTimeout, BOOLE
|
|||||||
|
|
||||||
void query_winfsp_test(void)
|
void query_winfsp_test(void)
|
||||||
{
|
{
|
||||||
if (OptShareName)
|
if (NtfsTests)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (NtfsTests)
|
|
||||||
{
|
|
||||||
WCHAR DirBuf[MAX_PATH], DriveBuf[3];
|
|
||||||
GetTestDirectoryAndDrive(DirBuf, DriveBuf);
|
|
||||||
query_winfsp_dotest(-1, DriveBuf, 0, FALSE);
|
|
||||||
}
|
|
||||||
if (WinFspDiskTests)
|
if (WinFspDiskTests)
|
||||||
query_winfsp_dotest(MemfsDisk, 0, 0, TRUE);
|
query_winfsp_dotest(MemfsDisk, 0, 0, TRUE);
|
||||||
if (WinFspNetTests)
|
if (WinFspNetTests)
|
||||||
@ -1999,6 +1993,6 @@ void info_tests(void)
|
|||||||
TEST(rename_pid_test);
|
TEST(rename_pid_test);
|
||||||
TEST(getvolinfo_test);
|
TEST(getvolinfo_test);
|
||||||
TEST(setvolinfo_test);
|
TEST(setvolinfo_test);
|
||||||
if (!OptShareName)
|
if (!NtfsTests)
|
||||||
TEST(query_winfsp_test);
|
TEST(query_winfsp_test);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user