From 98be953834c60aaa2ae7504890f1cf11815e558a Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 7 Aug 2007 14:33:41 +0000 Subject: 2007-08-07 David Smith PR 4736 (partial fix) * systemtap.printf/end1b.exp: Changed 'FAIL' to 'fail', so the rest of the testsuite will continue. * systemtap.printf/mixed_outb.exp: Ditto. * systemtap.printf/out1b.exp: Ditto. * systemtap.printf/out2b.exp: Ditto. * systemtap.printf/out3b.exp: Ditto. --- testsuite/systemtap.printf/end1b.exp | 2 +- testsuite/systemtap.printf/mixed_outb.exp | 2 +- testsuite/systemtap.printf/out1b.exp | 2 +- testsuite/systemtap.printf/out2b.exp | 2 +- testsuite/systemtap.printf/out3b.exp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testsuite/systemtap.printf') diff --git a/testsuite/systemtap.printf/end1b.exp b/testsuite/systemtap.printf/end1b.exp index 2820cdd0..aaf79313 100644 --- a/testsuite/systemtap.printf/end1b.exp +++ b/testsuite/systemtap.printf/end1b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/mixed_outb.exp b/testsuite/systemtap.printf/mixed_outb.exp index c5e0bb9b..8b6d14f0 100644 --- a/testsuite/systemtap.printf/mixed_outb.exp +++ b/testsuite/systemtap.printf/mixed_outb.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/out1b.exp b/testsuite/systemtap.printf/out1b.exp index 6fe89484..a8c7ed93 100644 --- a/testsuite/systemtap.printf/out1b.exp +++ b/testsuite/systemtap.printf/out1b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/out2b.exp b/testsuite/systemtap.printf/out2b.exp index f7a1e332..7d30395a 100644 --- a/testsuite/systemtap.printf/out2b.exp +++ b/testsuite/systemtap.printf/out2b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/out3b.exp b/testsuite/systemtap.printf/out3b.exp index 6d73d49f..0a3cb45a 100644 --- a/testsuite/systemtap.printf/out3b.exp +++ b/testsuite/systemtap.printf/out3b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } -- cgit