diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-16 19:30:14 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:52 +0200 |
commit | eb510f38e842cb94d24ba8a5ab4a3833aa24428e (patch) | |
tree | b8ef6e673cbb4955f2d7610fa1414d11a0747485 /erts/test/Makefile | |
parent | ee6db186807adc034107ea380d847fc12d0237d9 (diff) | |
download | otp-eb510f38e842cb94d24ba8a5ab4a3833aa24428e.tar.gz otp-eb510f38e842cb94d24ba8a5ab4a3833aa24428e.tar.bz2 otp-eb510f38e842cb94d24ba8a5ab4a3833aa24428e.zip |
erts: Remove VxWorks from tests
Diffstat (limited to 'erts/test/Makefile')
-rw-r--r-- | erts/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/test/Makefile b/erts/test/Makefile index 9097781ae7..85b78a79d2 100644 --- a/erts/test/Makefile +++ b/erts/test/Makefile @@ -79,7 +79,7 @@ release_spec: release_tests_spec: opt $(INSTALL_DIR) "$(RELSYSDIR)" - $(INSTALL_DATA) system.spec system.dynspec system.spec.vxworks \ + $(INSTALL_DATA) system.spec system.dynspec \ $(ERL_FILES) $(TARGET_FILES) "$(RELSYSDIR)" chmod -R u+w "$(RELSYSDIR)" tar cf - *_SUITE_data utils | (cd "$(RELSYSDIR)"; tar xf -) |