[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [clazy/1.4] tests/docker: test_docker.py: Execute the build script from our repo
From:       Sergio Martins <null () kde ! org>
Date:       2018-09-22 15:33:21
Message-ID: E1g3juL-00011r-25 () code ! kde ! org
[Download RAW message or body]

Git commit f1b8a336c39d7be1ca982de34b34b2ed80b77954 by Sergio Martins.
Committed on 22/09/2018 at 15:30.
Pushed by smartins into branch '1.4'.

test_docker.py: Execute the build script from our repo

The one in /usr/bin will be deleted from the containers

M  +1    -1    tests/docker/test_docker.py

https://commits.kde.org/clazy/f1b8a336c39d7be1ca982de34b34b2ed80b77954

diff --git a/tests/docker/test_docker.py b/tests/docker/test_docker.py
index 25a35f8..1e5af3c 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):
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic