~ignacio-nin/percona-xtrabackup/2.0-bug1222777

« back to all changes in this revision

Viewing changes to test/t/xb_galera_sst.sh

  • Committer: Alexey Kopytov
  • Date: 2013-08-20 07:37:42 UTC
  • Revision ID: akopytov@gmail.com-20130820073742-hpbpi5jxjfem7ql6
Bug #1214272: Galera tests fail on 32-bit Jenkins slaves

Disabled tests on 32-bit machines until bug #1204241 is fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
fi
25
25
set -e
26
26
 
 
27
if ! uname -m | grep -q x86_64
 
28
then
 
29
    skip_test "Skipped on 32-bit machines due to bug #1204241."
 
30
fi
 
31
 
27
32
debug=""
28
33
pdebug=""
29
34
if [[ -n ${WSREP_DEBUG:-} ]];then