Lines Matching full:cat

43 	if [ "$(cat "${result}" | wc -l)" != "1" ]; then
44 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)"
61 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
62 echo "[Fail] BPF result count is not 1:" "$(cat "${result}" | wc -l)"
73 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
74 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)"
84 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
85 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)"
96 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
97 echo "[Fail] BPF result count is not 1:" "$(cat "${result}" | wc -l)"
107 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
108 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)"
119 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
120 echo "[Fail] BPF result count is not 1:" "$(cat "${result}" | wc -l)"
131 echo "[Fail] Recorded result should not have non-spinlocks:" "$(cat "${result}")"
142 echo "[Fail] BPF result should not have non-spinlocks:" "$(cat "${result}")"
163 …echo "[Fail] Recorded result should not have non-${test_lock_filter_type} locks:" "$(cat "${result…
174 echo "[Fail] BPF result should not have non-${test_lock_filter_type} locks:" "$(cat "${result}")"
190 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
191 echo "[Fail] Recorded result should have a lock from unix_stream:" "$(cat "${result}")"
201 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
202 echo "[Fail] BPF result should have a lock from unix_stream:" "$(cat "${result}")"
218 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
219 echo "[Fail] Recorded result should have a task from unix_stream:" "$(cat "${result}")"
229 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
230 echo "[Fail] BPF result should have a task from unix_stream:" "$(cat "${result}")"