From 7a4e7376e1422964cb7a456f772104e28003f4d2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 16 Dec 2015 14:05:23 -0800 Subject: Move platform scripts into platforms --- docker/linux/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/linux') diff --git a/docker/linux/test.sh b/docker/linux/test.sh index 63057d9422..f9d0b5daec 100755 --- a/docker/linux/test.sh +++ b/docker/linux/test.sh @@ -20,7 +20,7 @@ cd build source ./scripts/travis_helper.sh # install -./scripts/${FLAVOR}/install.sh +./platform/${FLAVOR}/scripts/install.sh # script -./scripts/${FLAVOR}/run.sh +./platform/${FLAVOR}/scripts/run.sh -- cgit v1.2.1