File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,16 @@ externalIssuesReport="$buildDir/external-issue-report.json"
5555rm -rf -- ${buildDir:? " ." } /* .coverage * /__pycache__ * /* .pyc # mediatools/__pycache__ testpytest/__pycache__ testunittest/__pycache__
5656
5757if [ " $dotest " == " true" ]; then
58- . /run_tests.sh
58+ $CONFDIR /run_tests.sh
5959fi
6060
6161if [ " $dolint " != " false" ]; then
62- . /run_linters.sh
62+ $CONFDIR /run_linters.sh
6363fi
6464
6565version=$( grep PACKAGE_VERSION $ROOTDIR /sonar/version.py | cut -d " =" -f 2 | sed -e " s/[\'\" ]//g" -e " s/^ +//" -e " s/ +$//" )
6666
6767cmd=" sonar-scanner -Dsonar.projectVersion=$version \
68- -Dproject.settings=$CONFDIR /sonar-project.properties \
6968 -Dsonar.python.flake8.reportPaths=$flake8Report \
7069 -Dsonar.python.pylint.reportPaths=$pylintReport \
7170 -Dsonar.python.bandit.reportPaths=$banditReport \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments