Commit 6b500b2
committed
test_central_lib_dir: skip gem in post-install loop on Windows too
The inline script's gem portion is gated on Windows but the
post-script assertion loop still unconditionally expected a gem
key in the returned payload — triggering KeyError: 'gem'. Match
the script-side guard here so the loop only looks for gem when
the script ran its gem install.1 parent 29c3b77 commit 6b500b2
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
339 | 342 | | |
340 | 343 | | |
341 | 344 | | |
| |||
0 commit comments