File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,10 @@ jobs:
161161 if : matrix.compiler.cxx == 'icpx'
162162 # Installing via script to avoid installing multi-line bash command by root
163163 run : |
164+ echo "${USERPASS}" | sudo -Sk apt-get update
164165 echo "${USERPASS}" | sudo -Sk ./.github/scripts/install_oneAPI.sh
165166
166- - name : Install strace
167+ - name : Install STRACE
167168 run : |
168169 echo "${USERPASS}" | sudo -Sk apt-get update
169170 echo "${USERPASS}" | sudo -Sk apt-get install -y strace
@@ -200,9 +201,9 @@ jobs:
200201 ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
201202 cmake --build ${{env.BUILD_DIR}} -j $(nproc)
202203
203- - name : Check test_provider_os_memory
204+ - name : CHECK test_provider_os_memory
204205 run : |
205- strace -f -o strace_test_provider_os_memory.log build/test/Check test_provider_os_memory || true
206+ strace -f -o strace_test_provider_os_memory.log build/test/test_provider_os_memory || true
206207 tail -n 50 strace_test_provider_os_memory.log
207208
208209 - name : Run tests
You can’t perform that action at this time.
0 commit comments