Commit 97a988e
committed
Auto merge of #5870 - bmwill:fix-fetch-target-tests, r=alexcrichton
fetch: skip target tests when cross_compile is disabled
It was reported in #5864 that the fetch-by-target tests fail when run on a non-x86 platform. This is due to the cross_compile module being disabled when running on non-x86 platforms. Fix this by skipping the two fetch tests which rely on the cross_compile module, when cross_compile has been disabled.
Signed-off-by: Brandon Williams <bmwill@google.com>1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| |||
0 commit comments