From e0256d1fd6518e35e667e5a60c3b20f2ce8eaa64 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sun, 10 May 2015 15:04:19 +1000 Subject: [PATCH] revert ps_sched checks for following commits --- testsuite/ps.test/ps_sched_batch.exp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/testsuite/ps.test/ps_sched_batch.exp b/testsuite/ps.test/ps_sched_batch.exp index c58b9a26..e0c31ffd 100644 --- a/testsuite/ps.test/ps_sched_batch.exp +++ b/testsuite/ps.test/ps_sched_batch.exp @@ -1,14 +1,12 @@ # # check the ps SCHED_BATCH scheduler policy output # -# This is too flaky on certain build systems to be -# reliable - CS -#set ps "${topdir}ps/pscommand" -#set schedbatch "${topdir}testsuite/test-schedbatch" -# -#spawn $schedbatch 18 -# +set ps "${topdir}ps/pscommand" +set schedbatch "${topdir}testsuite/test-schedbatch" + +spawn $schedbatch 18 + set test "ps SCHED_BATCH scheduler" -#spawn $ps --no-header -o comm,cls,nice -a -#expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18" +spawn $ps --no-header -o comm,cls,nice -a +expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18" untested "$test"