From e77c2cdfabca95c944c16e2a24ebb6e73d257b4b Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 7 Jan 2019 14:43:08 -0500 Subject: [PATCH] Jenkins hardware test compare-sections properly --- .ci/Jenkinsfile-hardware | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile-hardware b/.ci/Jenkinsfile-hardware index 2bb770de0a..9c62b84670 100644 --- a/.ci/Jenkinsfile-hardware +++ b/.ci/Jenkinsfile-hardware @@ -79,7 +79,7 @@ pipeline { -ex "target remote localhost:2331" \ -ex "monitor reset 0" \ -ex "load" \ - -ex "monitor compare-sections" \ + -ex "compare-sections" \ -ex "monitor reset 0" \ -ex "monitor sleep 1000" \ -ex "monitor go" \ @@ -115,7 +115,7 @@ pipeline { -ex "target remote localhost:2331" \ -ex "monitor reset 0" \ -ex "load" \ - -ex "monitor compare-sections" \ + -ex "compare-sections" \ -ex "monitor reset 0" \ -ex "monitor sleep 1000" \ -ex "monitor go" \