diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-04-21 00:37:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 00:37:34 +0300 |
commit | 84f28fc3f16fc46f792da94ffb572cc043c7ad2c (patch) | |
tree | 6b86c392ef449cdffab4c1b925d610a1e7b436bb /ci/run.ps1 | |
parent | 89bd55b9da6675d17bd4431aed99354603a7b312 (diff) | |
parent | eb45ce6189870181b9d8a8eb07cfeab55a0ed012 (diff) | |
download | meson-84f28fc3f16fc46f792da94ffb572cc043c7ad2c.zip meson-84f28fc3f16fc46f792da94ffb572cc043c7ad2c.tar.gz meson-84f28fc3f16fc46f792da94ffb572cc043c7ad2c.tar.bz2 |
Merge pull request #6816 from dcbaker/framework-matrix
project test junit schema + a few more uses
Diffstat (limited to 'ci/run.ps1')
-rw-r--r-- | ci/run.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ python --version # Needed for running unit tests in parallel. echo "" -python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist +python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist jsonschema echo "" echo "=== Start running tests ===" |