Merge branch '2.3' into develop
This commit is contained in:
commit
370c57ebbc
@ -5,7 +5,7 @@
|
||||
|
||||
set(MAXSCALE_VERSION_MAJOR "2" CACHE STRING "Major version")
|
||||
set(MAXSCALE_VERSION_MINOR "3" CACHE STRING "Minor version")
|
||||
set(MAXSCALE_VERSION_PATCH "5" CACHE STRING "Patch version")
|
||||
set(MAXSCALE_VERSION_PATCH "6" CACHE STRING "Patch version")
|
||||
|
||||
# This should only be incremented if a package is rebuilt
|
||||
set(MAXSCALE_BUILD_NUMBER 1 CACHE STRING "Release number")
|
||||
|
@ -65,7 +65,7 @@ void test_watchdog(TestConnections& test, int argc, char* argv[])
|
||||
if (test.global_result == 0)
|
||||
{
|
||||
test.tprintf("Maxscale was killed by systemd - ok");
|
||||
test.maxscales->ssh_node_f(0, true, "rm -f /tmp/*core");
|
||||
test.maxscales->ssh_node_f(0, true, "rm -f /tmp/core*");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user