Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 20be29c

Browse files
author
Joseph Finnegan
committed
Remove debug statements
1 parent 17ed579 commit 20be29c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
if [ $(cat $TESTSUITE_RUNNING_STATUS_LOC) = RUNNING ] ; then exit 1; fi
9292
echo RUNNING > $TESTSUITE_RUNNING_STATUS_LOC
9393
echo "TESTSUITE_STATUS_CHANGED_DURING_RUN=true" >> $GITHUB_ENV
94-
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
9594
cd build/apps/modem
9695
JLinkExe -SelectEmuBySN 770821797 -CommandFile jlink-flash-full.script > flashOutput1.txt
9796
JLinkExe -SelectEmuBySN 772958091 -CommandFile jlink-flash-full.script > flashOutput2.txt
@@ -102,7 +101,6 @@ jobs:
102101
103102
- name: Run testsuite
104103
run: |
105-
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
106104
rm -rf Sub-IoT-testsuite
107105
git clone --recurse-submodules https://github.com/Sub-IoT/Sub-IoT-testsuite.git
108106
cd Sub-IoT-testsuite
@@ -119,10 +117,9 @@ jobs:
119117
name: test-results
120118
path: Sub-IoT-testsuite/report.xml
121119

122-
- name: Reset var on failure of previous steps
120+
- name: Reset lock on failure of previous steps
123121
if: always()
124122
run: |
125-
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
126123
if [ $TESTSUITE_STATUS_CHANGED_DURING_RUN = true ] ; then echo STOPPED > $TESTSUITE_RUNNING_STATUS_LOC ; fi
127124
128125

0 commit comments

Comments
 (0)