Commit c3ea03d
authored
[sycl-bisect] Add missing exit (#6771)
This script has been missing one call to exit, which causes control to
fall through and run successful tests a second time when using --command
without --command-allow-bisect-codes. This didn't change the results of
the script, but it did make it slower if the test command takes a while
to run.1 parent 39eb5ed commit c3ea03d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments