Unbreak the build.

Review URL: http://codereview.chromium.org/661259
This commit is contained in:
Darin Petkov 2010-02-27 23:41:47 -08:00
parent 5ba9f00cef
commit 4e68893ee2

View File

@ -35,7 +35,7 @@ set -e
check_board check_board
# build default pre-compile client tests list. # build default pre-compile client tests list.
ALL_TESTS="compilebench,dbench,disktest,ltp,netperf2,netpipe,unixbench" ALL_TESTS="compilebench,dbench,disktest,ltp,netperf2,unixbench"
for SITE_TEST in ../third_party/autotest/files/client/site_tests/* for SITE_TEST in ../third_party/autotest/files/client/site_tests/*
do do
if [ -d ${SITE_TEST} ] if [ -d ${SITE_TEST} ]