File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ jobs:
104104
105105 - name : PREPARE Artifact
106106 run : |
107- # TRIM Show_Precision_Histogram ... Show_Precision_Histogram lines
107+ # TRIM Show_Precision_Histogram (first) ... Show_Precision_Histogram (last) lines
108108 sudo chown -R $(whoami) $HOME/Cpu-Usage-Tests
109109 cp $HOME/Cpu-Usage-Tests/PRECISION.LOG /tmp/0
110110 # sed '0,/Show_Precision_Histogram/d' - it exclides matching line
111111 cat /tmp/0 | sed -n '/Show_Precision_Histogram/,$p' > /tmp/1
112112 tac /tmp/1 > /tmp/2
113113 cat /tmp/2 | sed -n '/Show_Precision_Histogram/,$p' > /tmp/3
114- tac /tmp/3 > $HOME/Artifacts /PRECISION.LOG
114+ tac /tmp/3 > $HOME/Cpu-Usage-Tests /PRECISION.LOG
115115 cat $HOME/Cpu-Usage-Tests/PRECISION.LOG
116116
117117 mkdir -p "${{ github.workspace }}/Artifact"
You can’t perform that action at this time.
0 commit comments