summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2019-11-12 09:53:11 +0100
committerHans Nilsson <hans@erlang.org>2019-11-12 09:53:11 +0100
commit4d9b258fffad02219b0c433dfd31352b8f037da6 (patch)
tree52e3465ddba7562e47c8d5be0ea18b22d9816d62
parent1d1ee8f87ae2b651dbb2502fc19577a6a3a6f34b (diff)
downloaderlang-4d9b258fffad02219b0c433dfd31352b8f037da6.tar.gz
ssh: Update test/Makefile with missing test dir
-rw-r--r--lib/ssh/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 21359a0386..38b4c04458 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -136,6 +136,6 @@ release_tests_spec: opt
$(INSTALL_DATA) ssh.spec ssh_bench.spec ssh.cover "$(RELSYSDIR)"
$(INSTALL_DATA) $(HRL_FILES_NEEDED_IN_TEST) "$(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: