mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Quote isolationtester command name so Windows will not think dot is the command.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user