Commit 3febc50f authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo Committed by Robert Schmidt

Make run_locally.sh script take the full path to the xml file

Use full path to xml file in run_locally.sh to allow usage of system
command line completion feature.
parent cf967d33
...@@ -35,7 +35,7 @@ python3 main.py --mode=TesteNB --ranRepository=NONE --ranBranch=${CURRENT_BRANCH ...@@ -35,7 +35,7 @@ python3 main.py --mode=TesteNB --ranRepository=NONE --ranBranch=${CURRENT_BRANCH
--ranCommitID=${COMMIT_SHA} --ranAllowMerge=false \ --ranCommitID=${COMMIT_SHA} --ranAllowMerge=false \
--ranTargetBranch=NONE --eNBIPAddress=NONE --eNBUserName=NONE --eNBPassword=NONE \ --ranTargetBranch=NONE --eNBIPAddress=NONE --eNBUserName=NONE --eNBPassword=NONE \
--eNBSourceCodePath=${REPO_PATH} \ --eNBSourceCodePath=${REPO_PATH} \
--XMLTestFile=xml_files/${TESTCASE} --local --XMLTestFile=${TESTCASE} --local
RET=$? RET=$?
python3 main.py --mode=FinalizeHtml \ python3 main.py --mode=FinalizeHtml \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment