summaryrefslogtreecommitdiff
blob: c41f5bb51ce3cf98811e5279fd3ac5a7b18c0ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- tests/install.py.orig	2014-11-23 21:21:29.000000000 +0100
+++ tests/install.py	2015-01-28 18:29:42.750933314 +0100
@@ -23,7 +23,7 @@
         self.destdir = destdir
 
         self.logfile    = logfile if logfile else pjoin(self.destdir, 'jenkins.log')
-        self.jenkinswar = pjoin(self.destdir, 'jenkins.war')
+        self.jenkinswar = pjoin('/opt/jenkins', 'jenkins.war')
         self.jenkinscli = pjoin(self.destdir, 'jenkins-cli.jar')
         self.homedir    = pjoin(self.destdir, 'home')