Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-09 00:08:24 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-09 00:08:24 +0300
commit13bd069fc6f5dacef23c02653c406dd2028d31f5 (patch)
tree0ae2403674fb011c74e429abb7581461003ca33d /pipeline/stage_integrationtests
parentabc031cdb398a785e8088c4a5b440a1267711810 (diff)
Use duplicati root var.
Diffstat (limited to 'pipeline/stage_integrationtests')
-rwxr-xr-xpipeline/stage_integrationtests/job.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipeline/stage_integrationtests/job.sh b/pipeline/stage_integrationtests/job.sh
index 477fce92f..de0fed3e7 100755
--- a/pipeline/stage_integrationtests/job.sh
+++ b/pipeline/stage_integrationtests/job.sh
@@ -14,7 +14,7 @@ function start_test () {
#echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | tee -a /etc/ssl/certs/ca-
mono "${DUPLICATI_ROOT}/Duplicati/GUI/Duplicati.GUI.TrayIcon/bin/Release/Duplicati.Server.exe" &
cd
- python /application/guiTests/guiTest.py
+ python "${DUPLICATI_ROOT}/guiTests/guiTest.py"
}
travis_mark_begin "INTEGRATION TESTING"