diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-05-12 08:34:05 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-05-13 12:41:33 +0000 |
| commit | f7fa53cead2ee93a4f688537375e0f794533db36 (patch) | |
| tree | 3dfe0c8b90c403bf3a1591ff57f4964a2caddf51 /tools | |
| parent | 10e6bac460af8482361ffafaada5776d39645675 (diff) | |
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/test/stress2/misc/exlock2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/exlock2.sh b/tools/test/stress2/misc/exlock2.sh index 292e60e8d9f6..a9cd886755f4 100755 --- a/tools/test/stress2/misc/exlock2.sh +++ b/tools/test/stress2/misc/exlock2.sh @@ -153,7 +153,7 @@ out: } #if defined(DEBUG) if (e != 0) { - system("ps | grep -v grep | grep /tmp/exlock2 | "\ + system("ps -x | grep -v grep | grep /tmp/exlock2 | "\ "awk '{print $1}' | xargs procstat -f"); } #endif |
