diff options
author | Dave Brolley <brolley@redhat.com> | 2009-06-16 11:24:27 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-06-16 11:24:27 -0400 |
commit | 15c8284f31d0c1571e9454240f594b62701f2d07 (patch) | |
tree | 0e064b0f0e989a23ef1267d19c1513688b36a348 /testsuite/lib/stap_run.exp | |
parent | 148b5d924e05124eae22a27ef670c480de76553a (diff) | |
parent | 611ab8263198e3e8c2640cb4a3e1eb65e2037f96 (diff) | |
download | systemtap-steved-15c8284f31d0c1571e9454240f594b62701f2d07.tar.gz systemtap-steved-15c8284f31d0c1571e9454240f594b62701f2d07.tar.xz systemtap-steved-15c8284f31d0c1571e9454240f594b62701f2d07.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/lib/stap_run.exp')
-rw-r--r-- | testsuite/lib/stap_run.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/lib/stap_run.exp b/testsuite/lib/stap_run.exp index 3043eeed..9d271ca1 100644 --- a/testsuite/lib/stap_run.exp +++ b/testsuite/lib/stap_run.exp @@ -102,12 +102,13 @@ proc no_load {} { } proc print_system_info {} { - global Host Snapshot Distro + global Host Snapshot Distro GCC_Version clone_output "\nHost: $Host" if {[string compare $Snapshot "unknown"]!=0} { clone_output "Snapshot: $Snapshot" } + clone_output "GCC: $GCC_Version" clone_output "Distro: $Distro\n" } |