diff options
author | Paul Holzinger <pholzing@redhat.com> | 2023-02-09 15:59:49 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-02-12 23:42:50 +0100 |
commit | a234407f5c561b729d7d77f4f9ab82df3ce6a6c7 (patch) | |
tree | 0b658224e631d895e8b9e78534361e844658fed9 /test | |
parent | 04dfc5b81fd8d59a8ac6d27f23a7fb530a1eb515 (diff) | |
download | passt-a234407f5c561b729d7d77f4f9ab82df3ce6a6c7.tar passt-a234407f5c561b729d7d77f4f9ab82df3ce6a6c7.tar.gz passt-a234407f5c561b729d7d77f4f9ab82df3ce6a6c7.tar.bz2 passt-a234407f5c561b729d7d77f4f9ab82df3ce6a6c7.tar.lz passt-a234407f5c561b729d7d77f4f9ab82df3ce6a6c7.tar.xz passt-a234407f5c561b729d7d77f4f9ab82df3ce6a6c7.tar.zst passt-a234407f5c561b729d7d77f4f9ab82df3ce6a6c7.zip |
pasta: propagate exit code from child command
Exits codes are very useful for scripts, when the pasta child execvp()
call fails with ENOENT that parent should also exit with > 0. In short
the parent should always exit with the code from the child to make it
useful in scripts.
It is easy to test with: `pasta -- bash -c "exit 3"; echo $?`
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions