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:
authorKenneth Hsu <kennethhsu@gmail.com>2021-01-10 00:34:31 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-01-10 05:45:14 +0300
commitba345f0653829dda1d69f6fbbe4eecd60a6c9146 (patch)
treea9546c54743f7e31340fa2c3a92ba134ecb8b620 /pipeline
parent5ef1857235282316a6cda5d9b8f712d9407d86d8 (diff)
Use python3.
The latest selenium/standalone-firefox image is based on Ubuntu 20.04, which doesn't support Python 2.
Diffstat (limited to 'pipeline')
-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 2862170f0..94ca797af 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 "${DUPLICATI_ROOT}/guiTests/guiTest.py"
+ python3 "${DUPLICATI_ROOT}/guiTests/guiTest.py"
}
travis_mark_begin "INTEGRATION TESTING"