]> sourceware.org Git - systemtap.git/commitdiff
2007-03-22 David Smith <dsmith@redhat.com>
authordsmith <dsmith>
Thu, 22 Mar 2007 14:47:44 +0000 (14:47 +0000)
committerdsmith <dsmith>
Thu, 22 Mar 2007 14:47:44 +0000 (14:47 +0000)
* systemtap.stress/conversions.exp: Fixed test case bug that only
affected s390x.

testsuite/ChangeLog
testsuite/systemtap.stress/conversions.exp

index e21d20ddebdbb53eec36a3275cbb3ebe6f9534b4..d22d6f5d4a63d44be05e1067ccc3a3db53e9d467 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-22  David Smith  <dsmith@redhat.com>
+
+       * systemtap.stress/conversions.exp: Fixed test case bug that only
+       affected s390x.
+
 2007-03-21  David Smith  <dsmith@redhat.com>
 
        PR 4146
index 7fcdafffcc871fb3ef73f28e778bca5f94dcb934..bc4ee4b9698d8ec0bbd2323aab8e4e35c03f473e 100644 (file)
@@ -4,7 +4,7 @@ foreach value {0 0xffffffff 0xffffffffffffffff} {
     set test "conversions.stp $value"
     if {![installtest_p]} { untested $test; continue }
     # PR 4121: address 0 is valid on s390x
-    if {[istarget s390x-*-*] && {$value == 0}} { set value 0x7777777777 }
+    if {[istarget s390x-*-*] && $value == 0} { set value 0x7777777777 }
     spawn stap -DMAXERRORS=40 $file $value
     set errs 0
     verbose -log "exp $test $errs"
This page took 0.030199 seconds and 5 git commands to generate.