Changeset: ded3e20d945b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ded3e20d945b
Modified Files:
        .github/workflows/linux.yml
Branch: default
Log Message:

Add -v to Mtest.py invocations in GitHub CI

A list of test names with timing is more useful than progress bar
percentages.


diffs (21 lines):

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -129,7 +129,7 @@ jobs:
 
       - name: mtest 
         run: |
-          PATH=$HOME/MDB/bin:$PATH $HOME/MDB/bin/Mtest.py -r --debug=0 --ci 
--no-html --TSTTRGBASE=.
+          PATH=$HOME/MDB/bin:$PATH $HOME/MDB/bin/Mtest.py -v -r --debug=0 --ci 
--no-html --TSTTRGBASE=.
         if: runner.os != 'Windows'
 
       - name: ctest 
@@ -144,7 +144,7 @@ jobs:
         shell: pwsh
         run: |
           $env:PATH = 
'C:\MDB\lib;C:\MDB\lib\monetdb5;C:\MDB\bin;C:\vcpkg\installed\x64-windows\bin;C:\vcpkg\installed\x64-windows\debug\bin;'
 + $env:PATH
-          python C:\MDB\bin\Mtest.py -r --debug=0 --ci --no-html --TSTTRGBASE=.
+          python C:\MDB\bin\Mtest.py -v -r --debug=0 --ci --no-html 
--TSTTRGBASE=.
         if: runner.os == 'Windows'
 
       - name: Tar files
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to