提交 7339a742 编写于 作者: A Ashwin Agrawal

Revert "CI: Print only first 1000 lines of diff output."

This reverts commit 40b3b16c. Now that CI is
bumped to concourse 3.9.2, lets see if we can live without this restriction.
上级 9ae5cc7f
......@@ -21,7 +21,7 @@ function gen_env(){
DIFF FILE: \${diff_file}
----------------------------------------------------------------------
\$(head -1000 "\${diff_file}")
\$(cat "\${diff_file}")
FEOF
fi
......
......@@ -83,7 +83,7 @@ DIFF FILE: \$diff
----------------------------------------------------------------------
EOF1
head -1000 \$diff
cat \$diff
done
exit \$errcode
)
......
......@@ -70,7 +70,7 @@ DIFF FILE: \${diff_file}
----------------------------------------------------------------------
FEOF
head -1000 "\${diff_file}"
cat "\${diff_file}"
done
exit 1
}
......
......@@ -44,7 +44,7 @@ function gen_icw_test_script(){
======================================================================
DIFF FILE: \${diff_file}
----------------------------------------------------------------------
\$(head -1000 "\${diff_file}")
\$(cat "\${diff_file}")
FEOF
fi
done
......
......@@ -22,7 +22,7 @@ source gpdemo/gpdemo-env.sh
cd "\${GPDB_SRC_DIR}/gpAux/extensions/gpcloud/regress"
make installcheck pgxs_dir=\$INSTALL_DIR/lib/postgresql/pgxs
[ -s regression.diffs ] && head -1000 regression.diffs && exit 1
[ -s regression.diffs ] && cat regression.diffs && exit 1
exit 0
EOF
......
......@@ -24,7 +24,7 @@ function gen_env(){
DIFF FILE: \${diff_file}
----------------------------------------------------------------------
\$(head -1000 "\${diff_file}")
\$(cat "\${diff_file}")
FEOF
fi
......
......@@ -15,7 +15,7 @@ function gen_env(){
echo "=================================================================="
echo "The differences that caused some tests to fail can also be viewed in the file saved at \${TINCDIR}/regression.diffs."
echo "=================================================================="
head -1000 "\${TINCDIR}/regression.diffs"
cat "\${TINCDIR}/regression.diffs"
exit 1
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册