Commit 31be27e
authored
Fix exit code in certutil packaging test (elastic#38479)
The exit code is different on windows, and we don't really care about
which code it is, we just need to check that it's not 0 (success)
Backport of: elastic#383931 parent 0bb4aa2 commit 31be27e
File tree
1 file changed
+2
-1
lines changed- qa/vagrant/src/main/java/org/elasticsearch/packaging/test
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
320 | | - | |
| 321 | + | |
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
| |||
0 commit comments