From: David Smith Date: Wed, 20 Apr 2011 20:34:25 +0000 (-0500) Subject: Fixed 'test_check' compile line in network/tcp_init_cwnd.meta X-Git-Tag: release-1.5~99 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f06b49075914f6c26bc1d82910a5450828aab4c4;p=systemtap.git Fixed 'test_check' compile line in network/tcp_init_cwnd.meta * testsuite/systemtap.examples/network/tcp_init_cwnd.meta: Fix 'test_check' entry to compile 'tcp_init_cwnd.stp', not 'tcp_init_cwnd.meta'. --- diff --git a/testsuite/systemtap.examples/network/tcp_init_cwnd.meta b/testsuite/systemtap.examples/network/tcp_init_cwnd.meta index 48018e623..4914a1e9d 100644 --- a/testsuite/systemtap.examples/network/tcp_init_cwnd.meta +++ b/testsuite/systemtap.examples/network/tcp_init_cwnd.meta @@ -3,5 +3,5 @@ name: tcp_init_cwnd.stp keywords: network tcp socket scope: system-wide description: Run the tcp_init_cwnd.stp script in the background to override a kernel's default tcp cwnd value to 10, which has been found to improve latency for web server type workloads. The script prints a count of cwnd value changes when it is stopped. -test_check: stap -g -p4 tcp_init_cwnd.meta +test_check: stap -g -p4 tcp_init_cwnd.stp test_installcheck: stap -g tcp_init_cwnd.stp -c "sleep 0.2"