aboutsummaryrefslogtreecommitdiffstats
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-10-13 10:20:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-10-13 10:20:54 +0300
commit6ec425b587210dddba6dd1a0f3f009f7163ce081 (patch)
tree1c69a32d3c9d5edaea89fde7161a068dc357aa93 /test/Maketests
parent6db264b1f346896f18fa705023594e5d4d789f04 (diff)
downloadegawk-6ec425b587210dddba6dd1a0f3f009f7163ce081.tar.gz
egawk-6ec425b587210dddba6dd1a0f3f009f7163ce081.tar.bz2
egawk-6ec425b587210dddba6dd1a0f3f009f7163ce081.zip
Test Makefile changes for z/OS.
Diffstat (limited to 'test/Maketests')
-rw-r--r--test/Maketests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Maketests b/test/Maketests
index 5558ae7f..c5c9104a 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1367,7 +1367,7 @@ clos1way6:
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
commas:
- @echo $@
+ @echo $@ $(ZOS_FAIL)
@[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@