diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-13 10:20:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-13 10:20:54 +0300 |
commit | 6ec425b587210dddba6dd1a0f3f009f7163ce081 (patch) | |
tree | 1c69a32d3c9d5edaea89fde7161a068dc357aa93 /test/Maketests | |
parent | 6db264b1f346896f18fa705023594e5d4d789f04 (diff) | |
download | egawk-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/Maketests | 2 |
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 _$@ |