From 3f5169f7d4469027139393074819bc21851e331c Mon Sep 17 00:00:00 2001 From: reshke Date: Thu, 30 Jan 2025 17:07:34 +0500 Subject: [PATCH] Update run_tests.sh: try to display regression diffs --- yezzey_test/run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yezzey_test/run_tests.sh b/yezzey_test/run_tests.sh index 8d9ffb7944..a9553a5f41 100755 --- a/yezzey_test/run_tests.sh +++ b/yezzey_test/run_tests.sh @@ -63,6 +63,5 @@ createdb $USER #run yproxy in daemon mode /usr/bin/yproxy -c /tmp/yproxy.yaml -ldebug > /dev/null 2>&1 & - cd gpcontrib/yezzey -make installcheck +make installcheck || cat /home/krebs/gpcontrib/yezzey/regression.diffs && exit 1