From f319aa859da3c08cb242ab6049764370091882f0 Mon Sep 17 00:00:00 2001 From: usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Sat, 16 Dec 2017 06:05:16 +0000 Subject: [PATCH] should install after test * common.mk (love): should install after test (but this change does not gurantee the order). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 80001b481c..07f07799fb 100644 --- a/common.mk +++ b/common.mk @@ -1324,7 +1324,7 @@ change: PHONY exam: check test-spec -love: sudo-precheck up all test install exam +love: sudo-precheck up all test exam install @echo love is all you need great: exam