diff --git a/python/integrationtest/integrationtest_drunc.py b/python/integrationtest/integrationtest_drunc.py index 233c318..80aa383 100755 --- a/python/integrationtest/integrationtest_drunc.py +++ b/python/integrationtest/integrationtest_drunc.py @@ -359,7 +359,7 @@ class RunResult: result.completed_process = subprocess.run( [nanorc] + nanorc_option_strings - + [str("ssh-standalone")] + + [str("popen-standalone")] + [str(create_config_files.config_file)] + [str(create_config_files.config.session)] + [str(create_config_files.config.session_name if create_config_files.config.session_name else create_config_files.config.session)]