scripts: don't build VARTest example

This commit is contained in:
Andrew Tridgell 2015-06-01 17:01:40 +10:00
parent bd71e8e848
commit e233376074

View File

@ -46,7 +46,7 @@ popd
echo "Testing build of examples"
examples="Tools/VARTest Tools/CPUInfo"
examples="Tools/CPUInfo"
for d in $examples; do
pushd $d
make clean