Home
last modified time | relevance | path

Searched refs:ignore_stdout (Results 1 – 22 of 22) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/src/
H A Dlib.rs286 ignore_stdout: bool, field
331 ignore_stdout: false, in _new()
408 pub fn ignore_stdout(mut self) -> Cmd { in ignore_stdout() method
409 self.ignore_stdout = true; in ignore_stdout()
523 if !self.ignore_stdout { in output_impl()
546 if self.ignore_stdout { in command()
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/src/
H A Dlib.rs286 ignore_stdout: bool, field
331 ignore_stdout: false, in _new()
408 pub fn ignore_stdout(mut self) -> Cmd { in ignore_stdout() method
409 self.ignore_stdout = true; in ignore_stdout()
523 if !self.ignore_stdout { in output_impl()
546 if self.ignore_stdout { in command()
/dports/lang/ghc/ghc-8.10.7/libraries/ghc-compact/tests/
H A Dall.T17 test('compact_gc', [fragile_for(17253, ['ghci']), ignore_stdout], compile_and_run, [''])
22 test('compact_bench', [ ignore_stdout, extra_run_opts('100') ],
/dports/lang/ghc/ghc-8.10.7/libraries/hpc/tests/raytrace/
H A Dtest.T7 # the ignore_stdout setup function, just to make the test pass for the
15 cmd_prefix(hpc_prefix), reqlib('parsec'), ignore_stdout],
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/tests/it/
H A Dmain.rs259 let output = cmd!("echoboth 'hello world!'").ignore_stdout().output().unwrap(); in output_with_ignore()
267 let output = cmd!("echoboth 'hello world!'").ignore_stdout().ignore_stderr().output().unwrap(); in output_with_ignore()
276 let stdout = cmd!("echo 'hello world'").ignore_stdout().read().unwrap(); in test_read_with_ignore()
285 let stderr = cmd!("echoboth 'hello world!'").ignore_stdout().read_stderr().unwrap(); in test_read_with_ignore()
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/tests/it/
H A Dmain.rs259 let output = cmd!("echoboth 'hello world!'").ignore_stdout().output().unwrap(); in output_with_ignore()
267 let output = cmd!("echoboth 'hello world!'").ignore_stdout().ignore_stderr().output().unwrap(); in output_with_ignore()
276 let stdout = cmd!("echo 'hello world'").ignore_stdout().read().unwrap(); in test_read_with_ignore()
285 let stderr = cmd!("echoboth 'hello world!'").ignore_stdout().read_stderr().unwrap(); in test_read_with_ignore()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/tests/
H A Dall.T9 test('PokeTZI', ignore_stdout, compile_and_run, ['-package Win32'])
/dports/devel/binutils/binutils-2.37/gas/testsuite/lib/
H A Dgas-defs.exp206 set ignore_stdout($i) [string match "*>" $word]
218 if $ignore_stdout($bit) then {
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/lib/
H A Dgas-defs.exp206 set ignore_stdout($i) [string match "*>" $word]
218 if $ignore_stdout($bit) then {
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/lib/
H A Dgas-defs.exp206 set ignore_stdout($i) [string match "*>" $word]
218 if $ignore_stdout($bit) then {
/dports/lang/ghc/ghc-8.10.7/libraries/stm/tests/
H A Dall.T23 test('T2411', ignore_stdout, compile_and_run, ['-package stm'])
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/
H A DCHANGELOG.md22 - Add `ignore_stdout`, `ignore_stderr` functions.
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/
H A DCHANGELOG.md22 - Add `ignore_stdout`, `ignore_stderr` functions.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/lib/
H A Dgas-defs.exp105 set ignore_stdout($i) [string match "*>" $word]
117 if $ignore_stdout($bit) then {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/lib/
H A Dgas-defs.exp105 set ignore_stdout($i) [string match "*>" $word]
117 if $ignore_stdout($bit) then {
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/lib/
H A Dgas-defs.exp105 set ignore_stdout($i) [string match "*>" $word]
117 if $ignore_stdout($bit) then {
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/index/
H A Dbase.py970 def _flush_stdin_and_wait(cls, proc, ignore_stdout=False): argument
974 if not ignore_stdout:
1130 self._flush_stdin_and_wait(proc, ignore_stdout=True)
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/lib/
H A Dgas-defs.exp105 set ignore_stdout($i) [string match "*>" $word]
117 if $ignore_stdout($bit) then {
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/lib/
H A Dgas-defs.exp206 set ignore_stdout($i) [string match "*>" $word]
218 if $ignore_stdout($bit) then {
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/lib/
H A Dgas-defs.exp206 set ignore_stdout($i) [string match "*>" $word]
218 if $ignore_stdout($bit) then {
/dports/devel/py-gitpython/GitPython-3.1.24/git/index/
H A Dbase.py1023 def _flush_stdin_and_wait(cls, proc: 'Popen[bytes]', ignore_stdout: bool = False) -> bytes:
1030 if not ignore_stdout and proc.stdout:
1195 self._flush_stdin_and_wait(proc, ignore_stdout=True)
/dports/lang/ghc/ghc-8.10.7/libraries/hpc/tests/simple/tixs/
H A Dtest.T71 ignore_stdout], run_command,