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 | |
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')
-rw-r--r-- | erts/test/Makefile | 2 | ||||
-rw-r--r-- | erts/test/system.spec.vxworks | 2 |
2 files changed, 1 insertions, 3 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 -) diff --git a/erts/test/system.spec.vxworks b/erts/test/system.spec.vxworks deleted file mode 100644 index 378adf56ac..0000000000 --- a/erts/test/system.spec.vxworks +++ /dev/null @@ -1,2 +0,0 @@ -{topcase, {dir, "../system_test"}}. -{skip,{erlc_SUITE, "Not on VxWorks, erlc is a HOST tool."}} |