From 9b47027dff0df9cda74bf6c2a4cb0ec2a2448b2b Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 28 May 2014 13:49:20 -0600 Subject: [PATCH] only run integration tests if unit tests pass --- script/cibuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/cibuild b/script/cibuild index 372eb321..8ea125af 100755 --- a/script/cibuild +++ b/script/cibuild @@ -1,3 +1,2 @@ #!/bin/sh -script/test -script/integration_tests +script/test && script/integration_tests