mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(tart)[1]
This commit is contained in:
parent
e9dc9f81ad
commit
f82dcd9ead
|
@ -35,8 +35,10 @@ provides:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- cp $FIXTURE empty.ispw
|
- ': >empty.ispw'
|
||||||
- tart create --from-ipsw empty.ipsw test 2>&1 || true | grep "Unable to load restore image"
|
- tart create
|
||||||
fixture: ""
|
--from-ipsw empty.ipsw
|
||||||
|
test 2>&1 || true |
|
||||||
|
grep "Unable to load restore image"
|
||||||
env:
|
env:
|
||||||
TART_HOME: .
|
TART_HOME: $PWD
|
Loading…
Reference in a new issue