[Qa-jenkins-scm] [jenkins.debian.net] 05/11: make sure we have 'features' in the working directory (kludge)

Holger Levsen holger at layer-acht.org
Tue Aug 1 04:54:51 UTC 2017


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 36977d9bb171f125865806aa44799e6ee88b9211
Author: Philip Hands <phil at hands.com>
Date:   Tue Jun 20 23:20:36 2017 +0200

    make sure we have 'features' in the working directory (kludge)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 cucumber/bin/run_test_suite | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cucumber/bin/run_test_suite b/cucumber/bin/run_test_suite
index f790363..20466e4 100755
--- a/cucumber/bin/run_test_suite
+++ b/cucumber/bin/run_test_suite
@@ -279,4 +279,7 @@ export RUBYOPT="-r $RUBY_STDOUT_SYNC"
 
 unset http_proxy
 
+echo "PWD = $(pwd)"
+[ -e features ] || ln -s /srv/jenkins/cucumber/features
+
 cucumber ${@}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list