Home
last modified time | relevance | path

Searched refs:get_command_output (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/devel/p5-Daemon-Control/Daemon-Control-0.001010/t/
H A D02_sleep_perl_array.t20 sub get_command_output {
31 ok $out = get_command_output( "$^X -I$ilib $file start" ), "Started perl daemon";
33 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of perl daemon.";
38 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of perl daemon.";
42 ok $out = get_command_output( "$^X -I$ilib $file start" ), "Started system daemon";
44 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
46 ok $out = get_command_output( "$^X -I$ilib $file restart" ), "Get status of system daemon.";
48 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
50 ok $out = get_command_output( "$^X -I$ilib $file stop" ), "Get status of system daemon.";
H A D02_sleep_perl.t20 sub get_command_output {
31 ok $out = get_command_output( "$^X -I$ilib $file start" ), "Started perl daemon";
33 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of perl daemon.";
38 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of perl daemon.";
42 ok $out = get_command_output( "$^X -I$ilib $file start" ), "Started system daemon";
44 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
46 ok $out = get_command_output( "$^X -I$ilib $file restart" ), "Get status of system daemon.";
48 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
50 ok $out = get_command_output( "$^X -I$ilib $file stop" ), "Get status of system daemon.";
H A D02_sleep_system.t20 sub get_command_output {
31 ok $out = get_command_output( "$^X -I$ilib $file start" ), "Started system daemon";
33 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
37 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
42 ok $out = get_command_output( "$^X -I$ilib $file start" ), "Started system daemon";
44 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
46 ok $out = get_command_output( "$^X -I$ilib $file restart" ), "Get status of system daemon.";
48 ok $out = get_command_output( "$^X -I$ilib $file status" ), "Get status of system daemon.";
50 ok $out = get_command_output( "$^X -I$ilib $file stop" ), "Get status of system daemon.";
H A D06_stderr_stdout.t21 sub get_command_output {
37 ok $out = get_command_output("$cmd start"), "Started perl daemon";
43 = get_command_output("$cmd status" ), "Get status of system daemon.";
70 ok $out = get_command_output("$cmd start"), "Started perl daemon";
76 = get_command_output("$cmd status" ), "Get status of system daemon.";
95 = get_command_output("$cmd start"), "Get status of system daemon.";
101 = get_command_output("$cmd status" ), "Get status of system daemon.";
H A D03_perl_gets_control.t20 sub get_command_output {
31 ok $out = get_command_output( "$^X -I$ilib $file start" ), "Started perl daemon";
H A D04_show_warnings.t22 sub get_command_output {
33 ok $out = get_command_output( "$^X -I$ilib $file show_warnings 2>&1" ), "Get warnings";
/dports/textproc/py-ftfy/ftfy-6.0.3/tests/
H A Dtest_cli.py24 def get_command_output(args, stdin=None): function
29 output = get_command_output(['ftfy', TEST_FILENAME])
34 output = get_command_output(['ftfy', '-g', TEST_FILENAME])
41 output = get_command_output(['ftfy', '-e', 'sloppy-windows-1252', TEST_FILENAME])
48 get_command_output(['ftfy', '-e', 'windows-1252', TEST_FILENAME])
54 get_command_output(['ftfy', TEST_FILENAME, '-o', TEST_FILENAME])
62 output = get_command_output(['ftfy'], stdin=infile)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Dget_command_output.inc8 # --source include/get_command_output.inc
11 --let $include_filename= get_command_output.inc
28 --let $include_filename= get_command_output.inc
/dports/security/py-pywinrm/pywinrm-0.4.1/winrm/tests/
H A Dtest_integration_protocol.py13 std_out, std_err, status_code = protocol_real.get_command_output(
55 std_out, std_err, status_code = protocol_real.get_command_output(shell_id, command_id)
65 std_out, std_err, status_code = protocol_real.get_command_output(
81 std_out, std_err, status_code = protocol_real.get_command_output(
H A Dtest_protocol.py34 std_out, std_err, status_code = protocol_fake.get_command_output(
48 std_out, std_err, status_code = protocol_fake.get_command_output(
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/
H A Dinstallation.py22 def get_command_output(exe, *args): function
53 default_output = get_command_output(pg_config_path)
70 for l in get_command_output(pg_config_path, 'help').splitlines():
82 d=dict(zip(opt, get_command_output(pg_config_path, *opt).splitlines()))
83 d['version'] = get_command_output(pg_config_path, 'version').strip()
/dports/net-mgmt/seafile-client/seafile-7.0.9/scripts/
H A Dbreakpad.py24 def get_command_output(cmd, **kw): function
44 symbols = get_command_output('dump_syms {}'.format(seaf_daemon))
74 symbols = get_command_output('dump_syms {}'.format(seafile_gui_path))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput variable
23 def get_command_output(command): function
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dseven.py6 get_command_output = commands.getoutput
23 def get_command_output(command):
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_debug_symbol.py37 from code_saturne.cs_exec_environment import get_command_output
155 out = get_command_output(cmd)
184 out = get_command_output(cmd)
/dports/devel/clazy/clazy-1.5/tests/
H A Drun_tests.py82 def get_command_output(cmd, test_env = os.environ): function
195 qmake_version_str,success = get_command_output(qmake + " -query QT_VERSION")
197 qmake_header_path = get_command_output(qmake + " -query QT_INSTALL_HEADERS")[0].strip()
198 qmake_lib_path = get_command_output(qmake + " -query QT_INSTALL_LIBS")[0].strip()
335 version,success = get_command_output(compiler_name() + ' --version')
364 lines,success = get_command_output(cmd, test_env)
/dports/science/code_saturne/code_saturne-7.1.0/bin/model/
H A DStartRestartModel.py60 from code_saturne.cs_exec_environment import get_command_output, assemble_args
90 res = get_command_output(cmd_str)
104 res = get_command_output(cmd_str)

12345678910