SystemTap Test: Use installcheck for test execution

According to systemtap documentation available on systemtap wiki :

- run command "make check" for unprivileged test subset 
- run command "make installcheck" for privileged probe execution tests

Update the Systemtap test to use make installcheck which would help find
runtime bugs as well.

Risk: Low
Visibility: Change only applicable to systemtap test.

Signed-off-by: Sachin Sant <sachinp@in.ibm.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3878 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/systemtap/systemtap.py b/client/tests/systemtap/systemtap.py
index c61946d..4072eae 100644
--- a/client/tests/systemtap/systemtap.py
+++ b/client/tests/systemtap/systemtap.py
@@ -53,7 +53,7 @@
 
         dejagnu_dir = os.path.join(self.autodir, 'deps/dejagnu/dejagnu')
 
-        utils.system('PATH=%s/bin:%s/bin:$PATH make check' %
+        utils.system('PATH=%s/bin:%s/bin:$PATH make installcheck' %
             (self.systemtap_dir, dejagnu_dir))
 
         # After we are done with this iteration, we move the log files to