From 0ea8ef76f0429b1143fddad70061586dd0591d7e Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 25 Jul 2018 12:23:57 +0100 Subject: [PATCH] tests: Rename test script Renamed the test script to provide a more meaningful one. Signed-off-by: James O. D. Hunt --- .ci/run.sh | 2 +- tests/{image_creation.sh => test_images.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{image_creation.sh => test_images.sh} (100%) diff --git a/.ci/run.sh b/.ci/run.sh index a5d2ffc622..fb0b70e073 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -12,4 +12,4 @@ export GOPATH="${GOPATH:-/tmp/go}" script_dir="$(dirname $(readlink -f $0))" -sudo -E PATH="$PATH" bash "${script_dir}/../tests/image_creation.sh" +sudo -E PATH="$PATH" bash "${script_dir}/../tests/test_images.sh" diff --git a/tests/image_creation.sh b/tests/test_images.sh similarity index 100% rename from tests/image_creation.sh rename to tests/test_images.sh