mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
chmod all core files to 0644, to make tests easier to debug
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: run.sh,v 1.34 2000/11/22 18:31:27 gson Exp $
|
||||
# $Id: run.sh,v 1.35 2000/12/06 19:37:19 bwelling Exp $
|
||||
|
||||
#
|
||||
# Run a system test.
|
||||
@@ -101,6 +101,7 @@ status=`expr $status + $?`
|
||||
if [ $status != 0 ]; then
|
||||
echo "R:FAIL"
|
||||
# Don't clean up - we need the evidence.
|
||||
find . -name core -exec chmod 0644 '{}' \;
|
||||
else
|
||||
echo "R:PASS"
|
||||
|
||||
|
Reference in New Issue
Block a user