diff options
| author | Joel Martin <github@martintribe.org> | 2014-05-10 15:44:57 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-05-10 15:44:57 -0500 |
| commit | 3f26b8f601c96956029fe64e1aeac7b8b9f76911 (patch) | |
| tree | b57aa39116c9a56e63a075315f1d05e78e581d41 | |
| parent | d32f9b878db9bbfda1f83c1a7a0e05035c199dc4 (diff) | |
| download | mal-3f26b8f601c96956029fe64e1aeac7b8b9f76911.tar.gz mal-3f26b8f601c96956029fe64e1aeac7b8b9f76911.zip | |
Makefile: exclude test^mal^step0
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ EXCLUDE_TESTS += test^ruby^step5 # test completes, even at 100,000 # interop tests now implemented yet EXCLUDE_TESTS += test^cs^step9 test^java^step9 test^mal^step9 \ - test^php^step9 test^ps^step9 test^python^step9 \ - test^ruby^step9 + test^mal^step0 test^php^step9 test^ps^step9 \ + test^python^step9 test^ruby^step9 EXCLUDE_PERFS = perf^mal # TODO: fix this |
