Skip to content
Snippets Groups Projects
Commit 78b66cff authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Quote isolationtester command name so Windows will not think dot is the command.

parent df15d11c
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ isolation_start_test(const char *testname,
"%s ", launcher);
snprintf(psql_cmd + offset, sizeof(psql_cmd) - offset,
SYSTEMQUOTE "./isolationtester \"dbname=%s\" < \"%s\" > \"%s\" 2>&1" SYSTEMQUOTE,
SYSTEMQUOTE "\"./isolationtester\" \"dbname=%s\" < \"%s\" > \"%s\" 2>&1" SYSTEMQUOTE,
dblist->str,
infile,
outfile);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment