no message
This commit is contained in:
@@ -51,8 +51,6 @@ public abstract class RepositoryServerSSHPass extends ConnectionPass {
|
||||
new Date().toString()
|
||||
);
|
||||
user.connection.sftpChannel.rename(STARTED.full_name, StartLog.full_name);
|
||||
|
||||
user.connection.writeToFile("+", StartLog);
|
||||
//--
|
||||
RemoteFile[] files = new RemoteFile[]{
|
||||
new RemoteFile(serverHome, Constants.script),
|
||||
@@ -65,13 +63,11 @@ public abstract class RepositoryServerSSHPass extends ConnectionPass {
|
||||
}
|
||||
}
|
||||
protected void ShutdownServer() throws Exception {
|
||||
//--
|
||||
// UI.Info("+");
|
||||
RemoteFile INTERRUPT = new RemoteFile(serverHome, Constants.INTERRUPT);
|
||||
RemoteFile ABORTED = new RemoteFile(serverHome, Constants.ABORTED);
|
||||
//--
|
||||
ShowMessage1("Создание файла INTERRUPT..");
|
||||
user.connection.writeToFile("+", INTERRUPT);
|
||||
user.connection.writeToFile("", INTERRUPT);
|
||||
ShowMessage1("Ожидание остановки сервера тестирования");
|
||||
do {
|
||||
Utils.sleep(1000);
|
||||
|
||||
Reference in New Issue
Block a user