summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/context.exp
diff options
context:
space:
mode:
authorhunt <hunt>2007-08-27 14:20:34 +0000
committerhunt <hunt>2007-08-27 14:20:34 +0000
commita961f31c36c7ff885f6942638d201a8d1de4abce (patch)
tree5e048653d6d3b73d028ea14727e44cc1c59f1cdb /testsuite/systemtap.context/context.exp
parent8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc (diff)
downloadsystemtap-steved-a961f31c36c7ff885f6942638d201a8d1de4abce.tar.gz
systemtap-steved-a961f31c36c7ff885f6942638d201a8d1de4abce.tar.xz
systemtap-steved-a961f31c36c7ff885f6942638d201a8d1de4abce.zip
2007-08-27 Martin Hunt <hunt@redhat.com>
* systemtap.context/context.exp (build_modules): Change build order to prevent messages about no version for yyy_int64.
Diffstat (limited to 'testsuite/systemtap.context/context.exp')
-rw-r--r--testsuite/systemtap.context/context.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/context.exp b/testsuite/systemtap.context/context.exp
index 95178f03..3b4a0328 100644
--- a/testsuite/systemtap.context/context.exp
+++ b/testsuite/systemtap.context/context.exp
@@ -33,7 +33,7 @@ proc build_modules {} {
set old_dir [pwd]
cd $build_dir
- foreach n {1 2} {
+ foreach n {2 1} {
exec cp $old_dir/makefile$n Makefile
if {[catch {exec make clean} res]} {
puts $res