There was an error while loading. Please reload this page.
1 parent b59071b commit 93574cbCopy full SHA for 93574cb
1 file changed
src/test/priority.run
@@ -1,4 +1,6 @@
1
source `dirname $0`/util.sh
2
-renice -n 1 $$ && record $TESTNAME
3
-renice -n 2 $$ && replay
+# note: we use a value that is below the regular "nice" value
+# of 10, allowing to run `nice ctest` as well
4
+renice -n 11 $$ && record $TESTNAME
5
+renice -n 22 $$ && replay
6
check 'EXIT-SUCCESS'
0 commit comments