From c3165217607a473fbabe80b708c7c2deb5c85c36 Mon Sep 17 00:00:00 2001 From: "J. Richard Barnette" Date: Fri, 19 Aug 2011 15:04:12 -0700 Subject: [PATCH] Remove mod_for_test_scripts/002enableDumps as dead code The script created etc/enable_chromium_minidumps in the stateful partition; however that file isn't on the whitelist of stateful files that chromeos-install will install on dev and test images. BUG=None TEST=install test image from USB with and without the change; observe the file is absent in both cases Change-Id: I841cf9ed4c819a9f18cbdd11a3d42af196ab87bb Reviewed-on: http://gerrit.chromium.org/gerrit/6354 Tested-by: Richard Barnette Reviewed-by: Chris Masone --- mod_for_test_scripts/002enableDumps | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 mod_for_test_scripts/002enableDumps diff --git a/mod_for_test_scripts/002enableDumps b/mod_for_test_scripts/002enableDumps deleted file mode 100755 index eecef057f0..0000000000 --- a/mod_for_test_scripts/002enableDumps +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -# -# Enables chromium minidumps for manual testers. - -echo "Enabling chromium minidumps." -mkdir -p "${STATEFUL_DIR}/etc" -touch "${STATEFUL_DIR}/etc/enable_chromium_minidumps"