diff options
-rw-r--r-- | testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | testsuite/systemtap.context/context.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index ec3a916b..be9ac35f 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +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. + 2007-08-24 Frank Ch. Eigler <fche@redhat.com> PR 4899 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 |