]> granicus.if.org Git - procps-ng/commitdiff
revert ps_sched checks for following commits
authorCraig Small <csmall@enc.com.au>
Sun, 10 May 2015 05:04:19 +0000 (15:04 +1000)
committerCraig Small <csmall@enc.com.au>
Sun, 10 May 2015 05:04:19 +0000 (15:04 +1000)
testsuite/ps.test/ps_sched_batch.exp

index c58b9a268d3fb43e7daf0fb6fb3622aa1799d3bf..e0c31ffd213a40b5241f110c52c323e19676c553 100644 (file)
@@ -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"