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

mtest into (repo local) output directory (mTests)


diffs (15 lines):

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -108,9 +108,9 @@ jobs:
         run: |
           #cd build 
           #cmake --build . --target mtest
-          PATH=$HOME/${{ matrix.branch }}/bin:$PATH $HOME/${{ matrix.branch 
}}/bin/Mtest.py -r --debug=0 --ci --no-html
+          PATH=$HOME/${{ matrix.branch }}/bin:$PATH $HOME/${{ matrix.branch 
}}/bin/Mtest.py -r --debug=0 --ci --no-html --TSTTRGBASE=.
       - name: Publish mtest results
         uses: actions/upload-artifact@v3
         with:
           name: mtest-${{ matrix.branch }}
-          path: $HOME/${{ matrix.branch }}/mTests/times.lst
+          path: mTests/*
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to