Just print messages to azure too

This commit is contained in:
Ben Jackson 2020-07-11 22:17:40 +01:00
commit cd796d1500

View file

@ -62,7 +62,7 @@ stages:
displayName: 'Run the tests'
env:
VIMSPECTOR_MIMODE: gdb
VIMSPECTOR_TEST_STDOUT: all
VIMSPECTOR_TEST_STDOUT: messsages
- bash: ./make_package linux $(Build.SourceVersion)
displayName: 'Package'
@ -107,7 +107,7 @@ stages:
displayName: 'Run the tests'
env:
VIMSPECTOR_MIMODE: lldb
VIMSPECTOR_TEST_STDOUT: all
VIMSPECTOR_TEST_STDOUT: messsages
- bash: ./make_package macos $(Build.SourceVersion)
displayName: 'Package'