This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 if [ $(cat $TESTSUITE_RUNNING_STATUS_LOC) = RUNNING ] ; then exit 1; fi
9292 echo RUNNING > $TESTSUITE_RUNNING_STATUS_LOC
9393 echo "true" >> $TESTSUITE_STATUS_CHANGED_DURING_RUN
94- echo $TESTSUITE_STATUS_CHANGED_DURING_RUN
94+ echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
9595 cd build/apps/modem
9696 JLinkExe -SelectEmuBySN 770821797 -CommandFile jlink-flash-full.script > flashOutput1.txt
9797 JLinkExe -SelectEmuBySN 772958091 -CommandFile jlink-flash-full.script > flashOutput2.txt
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Run testsuite
104104 run : |
105- echo $TESTSUITE_STATUS_CHANGED_DURING_RUN
105+ echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
106106 rm -rf Sub-IoT-testsuite
107107 git clone --recurse-submodules https://github.com/Sub-IoT/Sub-IoT-testsuite.git
108108 cd Sub-IoT-testsuite
@@ -122,7 +122,7 @@ jobs:
122122 - name : Reset atomic on failure of previous steps
123123 if : always()
124124 run : |
125- echo $TESTSUITE_STATUS_CHANGED_DURING_RUN
125+ echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
126126 if [ $TESTSUITE_STATUS_CHANGED_DURING_RUN = true ] ; then echo STOPPED > $TESTSUITE_RUNNING_STATUS_LOC ; fi
127127
128128
You can’t perform that action at this time.
0 commit comments