| #!/bin/sh | |
| # Copyright 2012 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Will fail if any generated config files are out of date. | |
| exec ./run_tests --quickstart --no-chroot \ | |
| config/chromeos_config_unittest.py::ConfigDumpTest::testDump |