Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
chain-break-status.expect
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
expect
9 lines
222 Bytes
Copy permalink
Copy
Raw
1
2 OUT=$( ((large_git; echo $? 1>&3) | :) 3>&1 ) &&
2
3 test_match_signal 13 "$OUT" &&
3
4
4
5 { test-tool sigchain >actual; ret=$?; } &&
5
6 {
6
7 test_match_signal 15 "$ret" ||
7
8 test "$ret" = 3
8
9 } &&
9
10 test_cmp expect actual