]> sourceware.org Git - systemtap.git/commitdiff
Fixed source_context.stp test.
authorDavid Smith <dsmith@redhat.com>
Fri, 20 May 2011 22:17:58 +0000 (17:17 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 20 May 2011 22:17:58 +0000 (17:17 -0500)
* testsuite/semko/source_context.stp: Moved from parseko, since this is a
  pass 2 test, not a pass 1 test.  It was sucessfully failing before, but
  only because the shell was trying to execute it instead of systemtap.

testsuite/semko/source_context.stp [moved from testsuite/parseko/source_context.stp with 84% similarity]

similarity index 84%
rename from testsuite/parseko/source_context.stp
rename to testsuite/semko/source_context.stp
index 403b203b724bc64b03e93aa05edc81f04fb44278..2661ec389aa08c5be26822490d6d87426fc88aaf 100755 (executable)
@@ -1,3 +1,5 @@
+#! stap -p2
+
 probe timer.ms(123)
 {
 printf("Probe successful\n")
This page took 0.037089 seconds and 5 git commands to generate.