]> sourceware.org Git - systemtap.git/commitdiff
Define srcdir as global in start_server systemtap.exp testsuite helper.
authorMark Wielaard <mjw@redhat.com>
Wed, 20 Oct 2010 12:39:58 +0000 (14:39 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 20 Oct 2010 12:41:40 +0000 (14:41 +0200)
* testsuite/lib/systemtap.exp (start_server): Define srcdir as global
  before usage.

testsuite/lib/systemtap.exp

index d9d4fed456aa7a77f59c0b7f6866a80c143a0fc5..265e7cb94d3e449fb2278c37e0fb3d78f49d78ae 100644 (file)
@@ -143,7 +143,7 @@ proc setup_server {} {
 }
 
 proc start_server {} {
-    global env server_pid
+    global srcdir env server_pid
 
     # Server management scripts and data are installed if this is an
     # install test, otherwise there is some setup to do.
This page took 0.030773 seconds and 5 git commands to generate.