summaryrefslogtreecommitdiff
path: root/lib/sasl
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-08-16 16:27:00 +0200
committerLukas Larsson <lukas@erlang.org>2022-08-18 13:14:16 +0200
commitdcd495c20ca8971ab186fd67abd48c7563ed1664 (patch)
tree24f2d76316f837aaea8eaff51a0df5ec795901ed /lib/sasl
parent34d6846f1e38571fbad51254d3cd89e4b57b1e22 (diff)
downloaderlang-dcd495c20ca8971ab186fd67abd48c7563ed1664.tar.gz
sasl: Fix sasl_SUITE:appup test
The change in 4ee58064ace31 broke this test as the install never copied the correct file as the directory did not exist.
Diffstat (limited to 'lib/sasl')
-rw-r--r--lib/sasl/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sasl/test/Makefile b/lib/sasl/test/Makefile
index adc5a927ac..98c6cfb5bb 100644
--- a/lib/sasl/test/Makefile
+++ b/lib/sasl/test/Makefile
@@ -95,6 +95,7 @@ release_tests_spec: make_emakefile
$(INSTALL_DATA) sasl.spec sasl.cover $(EMAKEFILE) "$(RELSYSDIR)"
chmod -R u+w "$(RELSYSDIR)"
@tar cfh - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -)
+ $(INSTALL_DIR) "$(RELSYSDIR)/sasl_SUITE_data"
$(INSTALL_DATA) $(ERL_TOP)/make/otp_version_tickets "$(RELSYSDIR)/sasl_SUITE_data"
release_docs_spec: