Commit 8354621
committed
Add small fix to retry mechanism for exit on success
Result variable was storing last failure so not needed for next retry in case we got 0.
Fix minor echo messages for first run of test.
Relates-To: OLPEDGE-1144
Signed-off-by: Yaroslav Stefinko <[email protected]>1 parent fa2f20f commit 8354621
File tree
2 files changed
+8
-3
lines changed- scripts/linux/fv
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
63 | | - | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments