Merge lp:~akopytov/percona-xtrabackup/bug1204463-2.1 into lp:percona-xtrabackup/2.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 637
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1204463-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 15 lines (+4/-1)
1 file modified
test/run.sh (+4/-1)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1204463-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+176870@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Trivial change.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/run.sh'
2--- test/run.sh 2013-07-16 05:45:19 +0000
3+++ test/run.sh 2013-07-25 06:38:35 +0000
4@@ -906,7 +906,10 @@
5
6 mkdir $TEST_VAR_ROOT
7
8- . $t
9+ # Execute the test in a subshell. This is required to catch syntax
10+ # errors, as otherwise $? would be 0 in cleanup_on_test_exit resulting in
11+ # passed test
12+ (. $t) || exit $?
13 ) > ${worker_outfiles[$worker]} 2>&1 &
14
15 worker_pids[$worker]=$!

Subscribers

People subscribed via source and target branches

to all changes: