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-07 22:17:28 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-07 22:17:28 +0300
commit8e050bfe1139aa2f9c4fbc6209c3434833dd3f35 (patch)
tree1732b9c2da167e194dd4ff1b4c298004725de8d4 /pipeline/jobs
parentf926247e8342eff81933d4f408b57b9d1b889b26 (diff)
Remove forward opts from jobs.
Diffstat (limited to 'pipeline/jobs')
-rwxr-xr-xpipeline/jobs/selenium_job.sh1
-rwxr-xr-xpipeline/jobs/unittest_job.sh3
2 files changed, 1 insertions, 3 deletions
diff --git a/pipeline/jobs/selenium_job.sh b/pipeline/jobs/selenium_job.sh
index 430678905..48525fe4e 100755
--- a/pipeline/jobs/selenium_job.sh
+++ b/pipeline/jobs/selenium_job.sh
@@ -3,6 +3,5 @@ SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
. "${SCRIPT_DIR}/_import.sh"
${ROOT_DIR}/pipeline/stage_integrationtests/trigger.sh \
-${FORWARD_OPTS[@]} \
--sourcedir "${BUILD_DIR}" \
--targetdir "${TEST_DIR}" $@ | ts
diff --git a/pipeline/jobs/unittest_job.sh b/pipeline/jobs/unittest_job.sh
index 88964cf75..719732915 100755
--- a/pipeline/jobs/unittest_job.sh
+++ b/pipeline/jobs/unittest_job.sh
@@ -3,6 +3,5 @@ SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
. "${SCRIPT_DIR}/_imports.sh"
${ROOT_DIR}/pipeline/stage_unittests/trigger.sh \
-${FORWARD_OPTS[@]} \
--sourcedir $BUILD_DIR \
---targetdir $TEST_DIR | ts
+--targetdir $TEST_DIR $@ | ts