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

pull/1/head
Andrew Dunstan 15 years ago
parent df15d11cb5
commit 78b66cff72
  1. 2
      src/test/isolation/isolation_main.c

@ -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);

Loading…
Cancel
Save