summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2022-11-23 13:50:46 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2022-11-23 13:52:34 +0200
commit0bb2a59eb719f2df5d79f27e29e7dad14a1370fe (patch)
tree07065274fbbec30725b7802727f544441a66d480
parentb51f0bffca4d309197cc55e377b38e71c4f08f03 (diff)
sr-ir: use main branch for the result parser
SR-IR needs a special python parser to interpret the results. Up to now we've been using a special branch, which has now been merged to -main Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rwxr-xr-xscripts/sr-ir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sr-ir.sh b/scripts/sr-ir.sh
index 2403c88..dfb4de5 100755
--- a/scripts/sr-ir.sh
+++ b/scripts/sr-ir.sh
@@ -58,7 +58,7 @@ while true; do
done
#git clone --depth=1 https://gitlab.arm.com/systemready/edk2-test-parser
-git clone --branch vincent/master https://gitlab.arm.com/systemready/edk2-test-parser
+git clone https://gitlab.arm.com/systemready/edk2-test-parser
cd edk2-test-parser
./parser.py "$ekl" \
/media/acs_results/sct_results/Sequence/EBBR.seq \