Skip to content

Commit 2b7fdc7

Browse files
committed
QPR-10078 fix paramter names
1 parent 623ea3d commit 2b7fdc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-suite/paralleltestrunner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ int main(int argc, char* argv[]) {
348348
char* pString = new char[newLog.length() + 1];
349349
std::copy(newLog.c_str(), newLog.c_str() + newLog.length() + 1, pString);
350350
localArgs.push_back(pString);
351-
} else if (tok[0] != "client_mode" && tok[0] != "process_id")
351+
} else if (tok[0] != "--client_mode" && tok[0] != "--process_id")
352352
localArgs.push_back(argv[i]);
353353
}
354354

0 commit comments

Comments
 (0)