diff options
author | Lukas Larsson <[email protected]> | 2011-01-12 14:56:23 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:39:00 +0100 |
commit | cfa01c9bd748df38750dc4841030e6520610538a (patch) | |
tree | 4716624dad9fa4a72cfbae8b48df0bb9c863c27e /lib/test_server/test/Makefile | |
parent | 5fef403779c4894189abf6fd18e6c8e5d54064c5 (diff) | |
download | otp-cfa01c9bd748df38750dc4841030e6520610538a.tar.gz otp-cfa01c9bd748df38750dc4841030e6520610538a.tar.bz2 otp-cfa01c9bd748df38750dc4841030e6520610538a.zip |
Update and add cover spec files to work with common_test
Diffstat (limited to 'lib/test_server/test/Makefile')
-rw-r--r-- | lib/test_server/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/test/Makefile b/lib/test_server/test/Makefile index fcb1282d16..9fe5aee3bb 100644 --- a/lib/test_server/test/Makefile +++ b/lib/test_server/test/Makefile @@ -88,7 +88,7 @@ release_spec: opt release_tests_spec: make_emakefile $(INSTALL_DIR) $(RELSYSDIR) $(INSTALL_DATA) $(EMAKEFILE) $(ERL_FILES) $(COVERFILE) $(RELSYSDIR) - $(INSTALL_DATA) test_server.spec $(RELSYSDIR) + $(INSTALL_DATA) test_server.spec test_server.cover $(RELSYSDIR) chmod -f -R u+w $(RELSYSDIR) @tar cf - *_SUITE_data | (cd $(RELSYSDIR); tar xf -) |