components/libsndfile/patches/adjust-tests.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 11 Apr 2017 06:59:37 -0700
changeset 7858 9f73487af259
permissions -rw-r--r--
25869943 Update libsndfile to version 1.0.28
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7858
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
Prevent the tests from exiting when they encounter an error.
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
This change will not be sent upstream.
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
--- libsndfile-1.0.28/tests/test_wrapper.sh.in.orig	2017-04-10 10:18:14.892226937 +0000
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
+++ libsndfile-1.0.28/tests/test_wrapper.sh.in	2017-04-10 10:18:29.399953955 +0000
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
@@ -61,7 +61,7 @@
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
 	fi
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 # Force exit on errors.
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
-set -e
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
+#set -e
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
 
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
 # Generic-tests
9f73487af259 25869943 Update libsndfile to version 1.0.28
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
 uname -a