Lines Matching refs:Command
6 # The variable OUTPUT gets the output from running the shell command.
12 # Since 2014-08-20, the output of the shell command may be empty.
26 # The output of a shell command that failed is processed nevertheless.
28 # '::!=', expression modifier ':!...!'), a failed command generates only a
31 # expect+1: warning: Command "echo "failed"; (exit 13)" exited with status 13
37 # A command with empty output may fail as well.
38 # expect+1: warning: Command "exit 13" exited with status 13
44 # In the output of the command, each newline is replaced with a space.
51 # A failing command in the middle results in the exit status 0, which in the
67 # A nonexistent command produces a non-zero exit status.
68 # expect+1: warning: Command "/bin/no/such/command" exited with status 127
69 OUTPUT!= /bin/no/such/command
81 # the command "echo '$$$$'". The 4 dollar signs are stored in OUTPUT, and
89 # As a debugging aid, log the exact command that is run via the shell.
96 # via '$shell -c $command', they are first written to a temporary file that is
100 # When running '$shell -c $command', '$0' in the shell evaluates to the name