From 486382993772501dea282b0fb48fca9819c404e4 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 5 Dec 2011 16:09:24 -0500 Subject: [PATCH] Don't mark skipped unprivileged_embedded_C.exp tests as UNTESTED. --- testsuite/systemtap.unprivileged/unprivileged_embedded_C.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.unprivileged/unprivileged_embedded_C.exp b/testsuite/systemtap.unprivileged/unprivileged_embedded_C.exp index c9d7e8822..2e5608fbf 100644 --- a/testsuite/systemtap.unprivileged/unprivileged_embedded_C.exp +++ b/testsuite/systemtap.unprivileged/unprivileged_embedded_C.exp @@ -62,7 +62,7 @@ proc test_embedded_C { privilege test_fraction } { # Only test the specified fraction of the functions if {[expr $test_num % $test_fraction] != 0} { - untested "$test: $status: $option: $prototype" + # untested "$test: $status: $option: $prototype" continue } -- 2.43.5