Skip to content

Commit b906e55

Browse files
author
Michael Fero
committed
Remove WSL testing from CCM bridge
1 parent d43159e commit b906e55

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp-driver/test/ccm_bridge/src/bridge.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,6 @@ std::string CCM::Bridge::read_libssh2_terminal() {
16901690
std::string CCM::Bridge::execute_ccm_command(const std::vector<std::string>& command) {
16911691
// Create the CCM command
16921692
std::vector<std::string> ccm_command;
1693-
ccm_command.push_back("wsl");
16941693
ccm_command.push_back("ccm");
16951694
ccm_command.insert(ccm_command.end(), command.begin(), command.end());
16961695
LOG(implode(ccm_command));

0 commit comments

Comments
 (0)