]> git.ipfire.org Git - thirdparty/bind9.git/commit
check whether taskset works before running cpu test
authorEvan Hunt <each@isc.org>
Wed, 20 Jan 2021 21:37:52 +0000 (13:37 -0800)
committerEvan Hunt <each@isc.org>
Wed, 20 Jan 2021 23:44:31 +0000 (15:44 -0800)
commit0a1e1ead940d2dd35dfdaa57a81fe000394da30a
tree784f7d15358aef290a3db2390d5f504854a13257
parent9c45a221e5c1c19f72b35b07702d5e8d17cb8228
check whether taskset works before running cpu test

the taskset command used for the cpu system test seems
to be failing under vmware, causing a test failure. we
can try the taskset command and skip the test if it doesn't
work.

(cherry picked from commit a8a49bb783764821e062233fa87dc2ff41bce8aa)
bin/tests/system/cpu/prereq.sh