summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2015-05-10 15:04:19 +1000
committerCraig Small <csmall@enc.com.au>2015-05-10 15:04:19 +1000
commite0256d1fd6518e35e667e5a60c3b20f2ce8eaa64 (patch)
tree816fea8ec895e1082fb9ffcef837477fbee18be1 /testsuite
parent96dc43d72b722cf169355de9a1386a13bedf6d04 (diff)
downloadprocps-ng-e0256d1fd6518e35e667e5a60c3b20f2ce8eaa64.tar.gz
revert ps_sched checks for following commits
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/ps.test/ps_sched_batch.exp16
1 files changed, 7 insertions, 9 deletions
diff --git a/testsuite/ps.test/ps_sched_batch.exp b/testsuite/ps.test/ps_sched_batch.exp
index c58b9a2..e0c31ff 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"