mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
fix(tart)[2]
This commit is contained in:
parent
f82dcd9ead
commit
b38b0d5d2e
|
@ -36,9 +36,9 @@ provides:
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- ': >empty.ispw'
|
- ': >empty.ispw'
|
||||||
- tart create
|
- OUT=$(tart create
|
||||||
--from-ipsw empty.ipsw
|
--from-ipsw empty.ipsw
|
||||||
test 2>&1 || true |
|
test 2>&1 || true)
|
||||||
grep "Unable to load restore image"
|
- 'test "$OUT" = "Error: The restore image failed to load. Unable to create sandbox extensions."'
|
||||||
env:
|
env:
|
||||||
TART_HOME: $PWD
|
TART_HOME: $PWD
|
Loading…
Reference in a new issue