aboutsummaryrefslogtreecommitdiff
path: root/tests/stress_tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-01-03 16:14:05 +0100
committerJakob Unterwurzacher2019-01-03 16:14:05 +0100
commit71d07b7c73f4ede938b18c773e34efd1506bde5a (patch)
tree5a91a06a8f2a2a4a556e2c97c270a9ea8aedf032 /tests/stress_tests
parentfcdb4bec0910dd4bb49f625621fdfb345efc44ae (diff)
tests: extractloop: renice to level 19
Run at low priority to not annoy the user too much.
Diffstat (limited to 'tests/stress_tests')
-rwxr-xr-xtests/stress_tests/extractloop.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stress_tests/extractloop.bash b/tests/stress_tests/extractloop.bash
index 95eaecd..055103b 100755
--- a/tests/stress_tests/extractloop.bash
+++ b/tests/stress_tests/extractloop.bash
@@ -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")