commit | e00572e04b057a13b377608b32a6b3f4d6576297 | [log] [tgz] |
---|---|---|
author | Milosz Wasilewski <milosz.wasilewski@foundries.io> | Tue Oct 10 20:48:09 2023 +0100 |
committer | Anders Roxell <anders.roxell@gmail.com> | Fri Oct 13 00:48:22 2023 +0200 |
tree | 459c6ce7addaf57e602beb97afeebf1e0e636072 | |
parent | a6247b6442319af519b8760421a50cb504351eec [diff] |
automated: linux: fix network-basic exit code When last test in network-basic fails (download-a-file) the whole set of tests is lost because LAVA receives exit code 1 and ignores the whole network-basic suite. This patch adds "exit 0" to the end of the test script to avoid this issue. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>