~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to tests/regressions/run-all.sh

  • Committer: Ignacio Nin
  • Date: 2012-10-31 22:57:41 UTC
  • mfrom: (95.2.11 2.x)
  • Revision ID: ignacio.nin@percona.com-20121031225741-kzcz6072mwzfpaiw
MergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
tests="lp1003929
 
4
       lp1013978
 
5
       lp1026181
 
6
       lp1055961
 
7
       lp994579
 
8
       lp970714
 
9
       lp967134
 
10
       lp966950
 
11
       lp963734
 
12
       lp959512
 
13
       lp930221
 
14
       lp928150
 
15
       lp922757
 
16
       lp909155
 
17
       lp861212
 
18
       lp847353
 
19
       lp518749
 
20
       t285
 
21
       t281"
 
22
 
 
23
# tests ignored
 
24
#
 
25
# lp900816 - does not work out of the box
 
26
# lp917416 - hangs
 
27
#
 
28
 
 
29
for ii in $tests
 
30
do
 
31
    echo "running test $ii"
 
32
    ( cd $ii && ./run.sh )
 
33
    if test $? != 0
 
34
    then
 
35
        echo "test $ii failed"
 
36
        exit 1
 
37
    fi
 
38
done
 
 
b'\\ No newline at end of file'