From 10bb3316c4deffb0d8772eebd546c223e4d67601 Mon Sep 17 00:00:00 2001 From: Pierre Lasorak Date: Thu, 26 Jun 2025 13:59:30 +0200 Subject: [PATCH] use popen-standalone --- python/integrationtest/integrationtest_drunc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]