File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 normal)
172172 ;;
173173 huge)
174- echo "TEST=scripttests test_libvterm"
174+ echo "TEST=scripttests test_libvterm indenttest syntaxtest "
175175 INTERFACE=${{ matrix.interface || 'yes' }}
176176 if ${{ matrix.python3 == 'stable-abi' }}; then
177177 PYTHON3_CONFOPT="--with-python3-stable-abi=3.8"
@@ -268,7 +268,7 @@ jobs:
268268 - name : Test
269269 timeout-minutes : 25
270270 run : |
271- do_test() { sg audio "sg $(id -gn) '$*'"; }
271+ do_test() { echo "$*"; sg audio "sg $(id -gn) '$*'"; }
272272 do_test make ${SHADOWOPT} ${TEST}
273273
274274 - if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ VIMRUNTIME = ..
1111# If a test fails a testdir/*.fail file will be written.
1212test :
1313 VIMRUNTIME=$(VIMRUNTIME ) $(VIMPROG ) --clean --not-a-term -u testdir/runtest.vim
14+ @echo " INDENT TESTS: DONE"
1415
1516
1617clean testclean :
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ func RunTest()
431431 call Message (' View generated screendumps with "../../src/vim --clean -S testdir/viewdumps.vim"' )
432432 endif
433433
434- call AppendMessages (' == SUMMARY ==' )
434+ call AppendMessages (' == SUMMARY SYNTAX TESTS ==' )
435435
436436 if len (failed_tests) > 0
437437 " have make report an error
You can’t perform that action at this time.
0 commit comments