mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-12 14:11:44 +01:00
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>
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
# 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
|