Whamcloud - gitweb
TT-177 build: add .spec file for SLES11+ packaging
[tools/e2fsprogs.git] / patches / sles / rpm / e2fsprogs-1.44-skip-tests-sles.patch
1 Index: tests/test_one.in
2 ===================================================================
3 --- tests/test_one.in.orig
4 +++ tests/test_one.in
5 @@ -57,6 +57,11 @@ if [ -n "$SKIP_SLOW_TESTS" -a -f $test_d
6      exit 0
7  fi
8  
9 +if [ -f $test_dir/always_skip ]; then
10 +    echo "$test_name: $test_description: skipped (always skip)"
11 +    exit 0
12 +fi
13 +
14  rm -f $test_name.ok $test_name.failed $test_name.log $test_name.slow
15  #echo -e -n "$test_name: $test_description:\r"
16