~akopytov/percona-xtrabackup/bug1210266-2.1

« back to all changes in this revision

Viewing changes to test/t/bug884737.sh

  • Committer: Alexey Kopytov
  • Date: 2013-07-30 09:31:12 UTC
  • mfrom: (609.4.2 xb-2.1-lp1160788)
  • Revision ID: akopytov@gmail.com-20130730093112-7bwtv38ef81uiqzf
Manually merged lp:~gl-az/percona-xtrabackup/BT23557-2.1-lp1160788.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# Check that --parallel=<negative value> doesn't blow up
11
11
vlog "Creating the backup directory: $topdir/backup"
12
12
mkdir -p $topdir/backup
13
 
innobackupex $topdir/backup --parallel=-1  
 
13
xtrabackup --backup --parallel=-1 $topdir/backup