diff options
author | Jakob Unterwurzacher | 2020-07-26 19:55:17 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-07-26 20:01:30 +0200 |
commit | 9e0b07ec995c5320a2ba227a71da9a8d9fe2581b (patch) | |
tree | f2b18c3774a0c5b95a323f0012c25c1d5b86a961 /tests/stress_tests | |
parent | 4572cd2103ea702d27d8d608edf6abcddc2bda29 (diff) |
stress_tests: run pingpong.bash at nice level 19
Like extractloop.bash.
Diffstat (limited to 'tests/stress_tests')
-rwxr-xr-x | tests/stress_tests/pingpong.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stress_tests/pingpong.bash b/tests/stress_tests/pingpong.bash index 37670cc..218b6e8 100755 --- a/tests/stress_tests/pingpong.bash +++ b/tests/stress_tests/pingpong.bash @@ -8,6 +8,9 @@ set -eu +# Run at low priority to not annoy the user too much +renice 19 $$ + cd "$(dirname "$0")" MD5="$PWD/linux-3.0.md5sums" MYNAME=$(basename $0) |