mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:52:27 -04:00
chmod all core files to 0644, to make tests easier to debug
This commit is contained in:
parent
ebc8cae2d5
commit
30bc8ee6bc
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue