revert ps_sched checks for following commits

This commit is contained in:
Craig Small 2015-05-10 15:04:19 +10:00
parent 96dc43d72b
commit e0256d1fd6

View File

@ -1,14 +1,12 @@
# #
# check the ps SCHED_BATCH scheduler policy output # check the ps SCHED_BATCH scheduler policy output
# #
# This is too flaky on certain build systems to be set ps "${topdir}ps/pscommand"
# reliable - CS set schedbatch "${topdir}testsuite/test-schedbatch"
#set ps "${topdir}ps/pscommand"
#set schedbatch "${topdir}testsuite/test-schedbatch" spawn $schedbatch 18
#
#spawn $schedbatch 18
#
set test "ps SCHED_BATCH scheduler" set test "ps SCHED_BATCH scheduler"
#spawn $ps --no-header -o comm,cls,nice -a spawn $ps --no-header -o comm,cls,nice -a
#expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18" expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18"
untested "$test" untested "$test"