mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
Actually rm -rf /does/not instead to fix metrics unit tests.
Metrics unit tests fail if /does/not directory is present, so we need to clean this up as a followup to a build_packages fix that stopped creating that directory. BUG=none TEST=Metrics unit tests actually work now. Change-Id: I7c470e8225e4c5c7a77f6decc4c4bcadb72cd246 Reviewed-on: http://gerrit.chromium.org/gerrit/8848 Reviewed-by: David James <davidjames@chromium.org> Tested-by: David James <davidjames@chromium.org>
This commit is contained in:
parent
14b5aa6747
commit
c801b10af3
@ -2,7 +2,7 @@
|
||||
# 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
|
||||
# Delete /does/not to fix metrics unit test, which depends on this
|
||||
# directory not existing.
|
||||
sudo rm -rf /does/not/exist
|
||||
sudo rm -rf /does/not
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user