summaryrefslogtreecommitdiffstats
path: root/regression_helpers
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-07 14:39:38 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-07 14:39:38 +0530
commit76d72094cf86764a17fbd1f8a668e203c64e4144 (patch)
tree411ac2fdcb4d1a3d6d60375b3ed3223865a1779d /regression_helpers
parent13e58112abba2bad7ba5cba0ddb2927f98f1b387 (diff)
more testcases (2095, 2287, 2298, 2567, 2803) and some small changes to the framework
Diffstat (limited to 'regression_helpers')
-rw-r--r--regression_helpers8
1 files changed, 5 insertions, 3 deletions
diff --git a/regression_helpers b/regression_helpers
index e0580eb..50343d2 100644
--- a/regression_helpers
+++ b/regression_helpers
@@ -120,10 +120,12 @@ run_testcase ()
echo -n "$global_bug_id: "
ok;
fi
-
- test_kill;
- test_cleanup;
+ else
+ echo "Regression testcase for the bug $id is not present"
fi
+
+ test_kill;
+ test_cleanup;
return 0;
fi