summaryrefslogtreecommitdiff
path: root/lib/common_test/test
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2020-02-04 11:50:59 +0100
committerHans Nilsson <hans@erlang.org>2020-02-04 11:50:59 +0100
commit9979b6f08d3914ac9abcb43f3ab9a9f2cef1270a (patch)
treee8969221f6402afd475c6becc26a1b6dbc6f30be /lib/common_test/test
parent9ac25564be7586b06f057b59a3ca61fa90551614 (diff)
parent6baaa03ef7b9fc28ef86570d17470646f5a520ff (diff)
downloaderlang-9979b6f08d3914ac9abcb43f3ab9a9f2cef1270a.tar.gz
Merge branch 'maint'
* maint: common_test: Update Makefile with dir 'property_test'
Diffstat (limited to 'lib/common_test/test')
-rw-r--r--lib/common_test/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile
index fae7ce0eb5..2371c4ddd0 100644
--- a/lib/common_test/test/Makefile
+++ b/lib/common_test/test/Makefile
@@ -134,6 +134,6 @@ release_tests_spec:
$(INSTALL_DATA) $(ERL_FILES) $(HRL_FILES) $(COVERFILE) "$(RELSYSDIR)"
$(INSTALL_DATA) common_test.spec common_test.cover "$(RELSYSDIR)"
chmod -R u+w "$(RELSYSDIR)"
- @tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -)
+ @tar cf - *_SUITE_data property_test | (cd "$(RELSYSDIR)"; tar xf -)
release_docs_spec: