tests: extractloop: renice to level 19

Run at low priority to not annoy the user too much.
This commit is contained in:
Jakob Unterwurzacher 2019-01-03 16:14:05 +01:00
parent fcdb4bec09
commit 71d07b7c73
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,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")