fix(tart)[2]

This commit is contained in:
Jacob Heider 2023-07-02 01:49:35 -04:00 committed by Jacob Heider
parent f82dcd9ead
commit b38b0d5d2e

View file

@ -36,9 +36,9 @@ provides:
test:
script:
- ': >empty.ispw'
- tart create
- OUT=$(tart create
--from-ipsw empty.ipsw
test 2>&1 || true |
grep "Unable to load restore image"
test 2>&1 || true)
- 'test "$OUT" = "Error: The restore image failed to load. Unable to create sandbox extensions."'
env:
TART_HOME: $PWD