[pytango] 197/483: Continuous Integration enhancement 9

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit b7f9309df843da6d6b019db050a98910ab746a7f
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Mon Jan 28 12:40:14 2013 +0000

    Continuous Integration enhancement 9
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21954 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 ci/ALBA/build.sh | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/ci/ALBA/build.sh b/ci/ALBA/build.sh
index 09cbeb8..0b6946e 100755
--- a/ci/ALBA/build.sh
+++ b/ci/ALBA/build.sh
@@ -7,14 +7,21 @@ pwd
 export LD_LIBRARY_PATH=/tmp/jenkins/jobs/TangoLib/lib:$LD_LIBRARY_PATH
 export CPLUS_INCLUDE_PATH=/tmp/jenkins/jobs/TangoLib/include:$CPLUS_INCLUDE_PATH
 
+echo $LD_LIBRARY_PATH
+echo $LD_LIBRARY_PATH
+
+cd ../..
+
+pwd
+
 make user=1 prefix=/tmp/jenkins/jobs install
 
 make user=1 prefix=/tmp/jenkins/jobs install
 
 export PYTHONPATH=/tmp/jenkins/jobs/PyTango:$PYTHONPATH
 
-python ../../tests/DevTest.py pytomasz &
+python tests/DevTest.py pytomasz &
 
-python ../../tests/TestSuite.py
+python tests/TestSuite.py
 
 ps -ef | awk '/DevTest.py/ {print$2}' | xargs kill -9

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list