aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-06-07 15:09:20 +0200
committerHans Nilsson <[email protected]>2018-06-07 15:09:20 +0200
commit50f4003ab01890d441122cada4db0576d1045615 (patch)
tree685839baef6565f4c5970bcf90f23e45ea417839 /lib/ssh/test/Makefile
parent9ee83cf9c8d5b322e5361ebc067c00222c0c56ae (diff)
downloadotp-50f4003ab01890d441122cada4db0576d1045615.tar.gz
otp-50f4003ab01890d441122cada4db0576d1045615.tar.bz2
otp-50f4003ab01890d441122cada4db0576d1045615.zip
ssh: Add ssh/test/property_test dir to test releases
Diffstat (limited to 'lib/ssh/test/Makefile')
-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 9832a9b210..64282cf3b9 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -139,6 +139,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: