Commit 671f6ae
authored
Fix autest.sh.in to preserve autest exit code (#12732)
The trailing if-blocks for restoring UDS test directories were
overwriting autest's exit code with 0, causing test failures to
be silently ignored in CI. Now we capture the exit code immediately
after autest runs and exit with it at the end of the script.1 parent 0528521 commit 671f6ae
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
0 commit comments