mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #17535 from dundargoc/test/ci-fold
This commit is contained in:
commit
e47cdb4268
@ -65,9 +65,6 @@ main() {(
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if test "$FAILED" = 1 ; then
|
|
||||||
ci_fold start "$test_name"
|
|
||||||
fi
|
|
||||||
valgrind_check .
|
valgrind_check .
|
||||||
if test -n "$LOG_DIR" ; then
|
if test -n "$LOG_DIR" ; then
|
||||||
check_sanitizer "$LOG_DIR"
|
check_sanitizer "$LOG_DIR"
|
||||||
@ -77,9 +74,6 @@ main() {(
|
|||||||
cat "$tlog"
|
cat "$tlog"
|
||||||
fi
|
fi
|
||||||
rm -f "$tlog"
|
rm -f "$tlog"
|
||||||
if test "$FAILED" = 1 ; then
|
|
||||||
ci_fold end ""
|
|
||||||
fi
|
|
||||||
if test "$FAILED" = 1 ; then
|
if test "$FAILED" = 1 ; then
|
||||||
echo "Test $test_name failed, see output above and summary for more details" >> test.log
|
echo "Test $test_name failed, see output above and summary for more details" >> test.log
|
||||||
# When Neovim crashed/aborted it might not have created messages.
|
# When Neovim crashed/aborted it might not have created messages.
|
||||||
|
Loading…
Reference in New Issue
Block a user