Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dee86bd

Browse files
committedNov 12, 2017
Catch exit status in regression test. #2
1 parent f9a8119 commit dee86bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests2/docker-regress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd /pg/src/src/test/regress
88
--user=postgres \
99
--dlpath=/pg/src/src/test/regress/
1010

11-
STATUS = $?
11+
STATUS=$?
1212

1313
cat regression.diffs
1414

0 commit comments

Comments
 (0)