From f1b8a336c39d7be1ca982de34b34b2ed80b77954 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sat, 22 Sep 2018 16:30:08 +0100 Subject: test_docker.py: Execute the build script from our repo The one in /usr/bin will be deleted from the containers --- tests/docker/test_docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/test_docker.py b/tests/docker/test_docker.py index 25a35f81..1e5af3c5 100755 --- a/tests/docker/test_docker.py +++ b/tests/docker/test_docker.py @@ -5,7 +5,7 @@ import sys, os, json, argparse JSON_CONFIG_FILENAME = os.path.dirname(sys.argv[0]) + '/conf.json' MAKEFLAGS = "-j12" BRANCH = 'master' -BUILD_SCRIPT = '/usr/bin/build-clazy.sh' +BUILD_SCRIPT = '/root/clazy/tests/docker/build-clazy.sh' class DockerTest: def __init__(self, name): -- cgit v1.2.3