From 1e8bd384b91f24d976dc6a4773212fadea62e69e Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Wed, 15 Jan 2020 23:23:22 +0000 Subject: [PATCH] FixUp: importing ycm test lib changs' --- run_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests b/run_tests index 5200bf1..812aad5 100755 --- a/run_tests +++ b/run_tests @@ -71,7 +71,7 @@ for t in ${TESTS}; do rm -rf $TESTLOGDIR mkdir -p $TESTLOGDIR ${RUN_VIM} --version > ${TESTLOGDIR}/vimversion - for l in messages debuglog *.log; do + for l in messages debuglog test.log *.testlog; do # In CI we can't view the output files, so we just have to cat them if [ -f $l ]; then if [ "$VIMSPECTOR_TEST_STDOUT" ]; then