closes: #15960
Signed-off-by: Christian Brabandt <cb@256bit.org>
normal)
;;
huge)
- echo "TEST=scripttests test_libvterm"
+ echo "TEST=scripttests test_libvterm indenttest syntaxtest"
INTERFACE=${{ matrix.interface || 'yes' }}
if ${{ matrix.python3 == 'stable-abi' }}; then
PYTHON3_CONFOPT="--with-python3-stable-abi=3.8"
- name: Test
timeout-minutes: 25
run: |
- do_test() { sg audio "sg $(id -gn) '$*'"; }
+ do_test() { echo "$*"; sg audio "sg $(id -gn) '$*'"; }
do_test make ${SHADOWOPT} ${TEST}
- if: ${{ !cancelled() }}
# If a test fails a testdir/*.fail file will be written.
test:
VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term -u testdir/runtest.vim
+ @echo "INDENT TESTS: DONE"
clean testclean:
call Message('View generated screendumps with "../../src/vim --clean -S testdir/viewdumps.vim"')
endif
- call AppendMessages('== SUMMARY ==')
+ call AppendMessages('== SUMMARY SYNTAX TESTS ==')
if len(failed_tests) > 0
" have make report an error