diff options
author | Hans Nilsson <[email protected]> | 2018-06-07 15:09:20 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-06-07 15:09:20 +0200 |
commit | 50f4003ab01890d441122cada4db0576d1045615 (patch) | |
tree | 685839baef6565f4c5970bcf90f23e45ea417839 | |
parent | 9ee83cf9c8d5b322e5361ebc067c00222c0c56ae (diff) | |
download | otp-50f4003ab01890d441122cada4db0576d1045615.tar.gz otp-50f4003ab01890d441122cada4db0576d1045615.tar.bz2 otp-50f4003ab01890d441122cada4db0576d1045615.zip |
ssh: Add ssh/test/property_test dir to test releases
-rw-r--r-- | lib/ssh/test/Makefile | 2 |
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: |