diff options
author | Siri Hansen <[email protected]> | 2012-09-21 11:51:41 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-09-21 11:51:41 +0200 |
commit | be0284d6ae701ce55d066112964a60ef003e6158 (patch) | |
tree | 5604f942cd45162205b04b30008b0b41e52a9a97 /lib/common_test/test/Makefile | |
parent | a9007fd4a3e1eea2d88c4cc51b2344e24aacf50c (diff) | |
download | otp-be0284d6ae701ce55d066112964a60ef003e6158.tar.gz otp-be0284d6ae701ce55d066112964a60ef003e6158.tar.bz2 otp-be0284d6ae701ce55d066112964a60ef003e6158.zip |
[common_test] Moved ct_snmp_SUITE into data dir and run as other ct tests
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index 33f47e3baf..60c5bd4ff5 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -107,7 +107,6 @@ release_tests_spec: $(INSTALL_DIR) "$(RELSYSDIR)" $(INSTALL_DATA) $(ERL_FILES) $(COVERFILE) "$(RELSYSDIR)" $(INSTALL_DATA) common_test.spec "$(RELSYSDIR)" - $(INSTALL_DATA) snmp.cfg "$(RELSYSDIR)" chmod -R u+w "$(RELSYSDIR)" @tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) |