summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-06-09 20:01:04 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-06-09 20:01:04 (GMT)
commitc9218c7a9dd08f1c281c1ba82cb09cc2d7a9e3f7 (patch)
treebf78a46d4829289d0e9fb3708cdcd3d3a44dd7b0
parentfe184a24838c9d2e19d239898218a2ef81f516d8 (diff)
downloadtk-c9218c7a9dd08f1c281c1ba82cb09cc2d7a9e3f7.zip
tk-c9218c7a9dd08f1c281c1ba82cb09cc2d7a9e3f7.tar.gz
tk-c9218c7a9dd08f1c281c1ba82cb09cc2d7a9e3f7.tar.bz2
Typo in previous commit.
-rw-r--r--.github/workflows/mac-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 3d8178e..7485ac7 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -49,7 +49,7 @@ jobs:
}
- name: Run Tests
run: |
- make | tee out.txt
+ make test | tee out.txt
nmatches=$( grep -c "Failed 0" out.txt )
if [ $nmatches -lt 4 ]
then