Skip to content

Commit 3f5169f

Browse files
committed
Update run_tests.sh: try to display regression diffs
1 parent a5b543d commit 3f5169f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yezzey_test/run_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ createdb $USER
6363
#run yproxy in daemon mode
6464
/usr/bin/yproxy -c /tmp/yproxy.yaml -ldebug > /dev/null 2>&1 &
6565

66-
6766
cd gpcontrib/yezzey
68-
make installcheck
67+
make installcheck || cat /home/krebs/gpcontrib/yezzey/regression.diffs && exit 1

0 commit comments

Comments
 (0)