test.py revision 3005
15222Sksewell@umich.edu# Copyright (c) 2006 The Regents of The University of Michigan
25254Sksewell@umich.edu# All rights reserved.
35254Sksewell@umich.edu#
45222Sksewell@umich.edu# Redistribution and use in source and binary forms, with or without
55254Sksewell@umich.edu# modification, are permitted provided that the following conditions are
65254Sksewell@umich.edu# met: redistributions of source code must retain the above copyright
75254Sksewell@umich.edu# notice, this list of conditions and the following disclaimer;
85254Sksewell@umich.edu# redistributions in binary form must reproduce the above copyright
95254Sksewell@umich.edu# notice, this list of conditions and the following disclaimer in the
105254Sksewell@umich.edu# documentation and/or other materials provided with the distribution;
115254Sksewell@umich.edu# neither the name of the copyright holders nor the names of its
125254Sksewell@umich.edu# contributors may be used to endorse or promote products derived from
135254Sksewell@umich.edu# this software without specific prior written permission.
145254Sksewell@umich.edu#
155222Sksewell@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
165254Sksewell@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
175254Sksewell@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
185254Sksewell@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
195254Sksewell@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
205254Sksewell@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
215254Sksewell@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
225254Sksewell@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
235254Sksewell@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
245254Sksewell@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
255254Sksewell@umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
265254Sksewell@umich.edu#
275222Sksewell@umich.edu# Authors: Steve Reinhardt
285254Sksewell@umich.edu
295254Sksewell@umich.eduroot.system.readfile = os.path.join(tests_root, 'halt.sh')
305222Sksewell@umich.edu