From 3f26b8f601c96956029fe64e1aeac7b8b9f76911 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 10 May 2014 15:44:57 -0500 Subject: Makefile: exclude test^mal^step0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec52ffc..64b1595 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3