Enable RFX for test connection, now required by sample server.

This commit is contained in:
Armin Novak 2015-09-05 17:00:27 +02:00
parent f7a11a0ed8
commit 91d318ba7b

View File

@ -158,8 +158,10 @@ static int testSuccess(void)
"test",
"/v:127.0.0.1",
"/cert-ignore",
"/rfx",
NULL
};
int argc = 4;
char* path = TESTING_OUTPUT_DIRECTORY;
char* wpath = TESTING_SRC_DIRECTORY;
char* exe = GetCombinedPath(path, "server");
@ -218,7 +220,7 @@ static int testSuccess(void)
free(wpath);
Sleep(1000);
rc = runInstance(3, argv, NULL);
rc = runInstance(argc, argv, NULL);
if (!TerminateProcess(process.hProcess, 0))
return -2;