Commit eaf2778
authored
* Function analyze_logs_by_logdetective
send the logs to logdetective URL.
Setting set +e and afterwards set -e does not make sense.
In case sending data to logdetective failed, then continue.
In case set -e is set up and failed_version function returns non zero
status, than script is immediatelly stopped which does not make sense
in case we tested all version.
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
* Add more descriptive message in case we skip tests
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
---------
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent cc8fdf7 commit eaf2778
1 file changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | | - | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
54 | | - | |
55 | 51 | | |
56 | 52 | | |
57 | 53 | | |
| |||
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
90 | | - | |
| 86 | + | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| |||
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
100 | | - | |
| 96 | + | |
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
104 | 100 | | |
105 | 101 | | |
106 | 102 | | |
107 | 103 | | |
108 | | - | |
| 104 | + | |
109 | 105 | | |
110 | 106 | | |
111 | 107 | | |
112 | 108 | | |
113 | 109 | | |
114 | 110 | | |
115 | 111 | | |
116 | | - | |
| 112 | + | |
117 | 113 | | |
118 | 114 | | |
119 | 115 | | |
| |||
0 commit comments