Fail integration tests early

This commit is contained in:
Jakob Borg
2014-09-16 23:22:03 +02:00
parent d1ad778a64
commit cbf758ead9
4 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
# Use of this source code is governed by an MIT-style license that can be
@@ -114,7 +116,7 @@ alterFiles() {
}
rm -rf h?/*.idx.gz h?/index
chmod -R +w s? s??-? s4d
chmod -R +w s? s??-? s4d || true
rm -rf s? s??-? s4d
echo "Setting up files..."