1
0
mirror of https://passt.top/passt synced 2024-07-02 07:52:41 +00:00
passt/test/pasta_options
Stefano Brivio 67920b8820 test/pasta_options: Ignore failures on shell 'exit'
On shell 'exit' commands, running shells from pasta, we might get:

  Cannot set tty process group (No such process)

as some TTY devices might be unaccessible. This is harmless, but
after commit "pasta: propagate exit code from child command", we'll
get test failures there, at least with dash.

Ignore those explicitly with a ugly workaround: we can't simply do
something like:

	exit || :

because the failure is reported by the shell itself once it exits,
regardless of the command evaluation.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
2023-02-13 00:05:48 +01:00
..
log_to_file test/pasta_options: Ignore failures on shell 'exit' 2023-02-13 00:05:48 +01:00