Skip to content

Commit 1fab78c

Browse files
committed
Don’t return the status here.
See discussion on vcr#440 for background.
1 parent 3109f64 commit 1fab78c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ fold() {
4242
STATUS="$status"
4343
fi
4444

45-
return $status
45+
# We keep track of the status using `STATUS` and exit with
46+
# it below, so we don't return the status here.
4647
}
4748

4849
run() {

0 commit comments

Comments
 (0)