mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
rm -rf /does/not/exist to fix metrics unit tests.
BUG=none TEST=Metrics unit tests work now. Change-Id: If5830c17bbd2f389df3c390fb0de7057b05aa9aa Reviewed-on: http://gerrit.chromium.org/gerrit/8845 Reviewed-by: David James <davidjames@chromium.org> Tested-by: David James <davidjames@chromium.org>
This commit is contained in:
parent
9953aa3faf
commit
dd7e5cf244
8
chroot_version_hooks.d/11_rm_bad_directory
Normal file
8
chroot_version_hooks.d/11_rm_bad_directory
Normal file
@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2011 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.
|
||||
|
||||
# Delete /does/not/exist to fix metrics unit test, which depends on this
|
||||
# directory not existing.
|
||||
sudo rm -rf /does/not/exist
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user