mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
Add some basic tests for metrics_daemon.
A separate CL adds a test stanza to the metrics ebuild. More tests (specifically, for the D-Bus MessageFilter) will also come in a separate CL. Review URL: http://codereview.chromium.org/1919005
This commit is contained in:
parent
f915104513
commit
364a2ce5d5
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
||||
# 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.
|
||||
|
||||
@ -30,7 +30,13 @@ fi
|
||||
# Die on error; print commands
|
||||
set -e
|
||||
|
||||
TEST_DIRS="crash pam_google window_manager cryptohome"
|
||||
TEST_DIRS="
|
||||
crash
|
||||
cryptohome
|
||||
metrics
|
||||
pam_google
|
||||
window_manager
|
||||
"
|
||||
|
||||
sudo TEST_DIRS="${TEST_DIRS}" \
|
||||
emerge-${FLAGS_board} chromeos-base/chromeos-unittests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user