summaryrefslogtreecommitdiff
path: root/test-many-generations
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-03-03 14:45:42 +0000
committerLars Wirzenius <liw@liw.fi>2012-03-03 14:45:42 +0000
commitcc0b63b86968812335c8a6d6f9aa11f8f34c6649 (patch)
treeea949a0bef01ea7cd9d1dba1ba50efe69b603ab4 /test-many-generations
parent1d5e63ae6efdf76eea8fb1b18b9918ad6fd7f602 (diff)
downloadobnam-cc0b63b86968812335c8a6d6f9aa11f8f34c6649.tar.gz
Do not run test-many-generations with set -e, so we can catch errors
Diffstat (limited to 'test-many-generations')
-rwxr-xr-xtest-many-generations2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-many-generations b/test-many-generations
index 5be48d48..44461206 100755
--- a/test-many-generations
+++ b/test-many-generations
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-set -ex
+set -x
die()
{