tests: Rename test script

Renamed the test script to provide a more meaningful one.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-07-25 12:23:57 +01:00
parent c679cae92c
commit 0ea8ef76f0
2 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ export GOPATH="${GOPATH:-/tmp/go}"
script_dir="$(dirname $(readlink -f $0))" 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"