tools-uclibc/run-armv7a.sh: uncomment the working code

This commit is contained in:
Anthony G. Basile 2012-12-28 10:49:53 -05:00
parent 09266e4bbb
commit 4cbed1a52d

View file

@ -80,13 +80,13 @@ main() {
>zzz.log >zzz.log
# if [[ "x${pretend}" != "xtest" ]]; then if [[ "x${pretend}" != "xtest" ]]; then
# catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err
# else else
# >snapshot.log >snapshot.log
# >snapshot.err >snapshot.err
# echo "PRETEND: catalyst -s current > snapshot.log 2> snapshot.err" echo "PRETEND: catalyst -s current > snapshot.log 2> snapshot.err"
# fi fi
for arch in armv7a; do for arch in armv7a; do
for flavor in hardened vanilla; do for flavor in hardened vanilla; do
@ -94,16 +94,16 @@ main() {
done done
done done
# for arch in armv7a; do for arch in armv7a; do
# for flavor in hardened vanilla; do for flavor in hardened vanilla; do
# do_stages ${arch} ${flavor} ${pretend} do_stages ${arch} ${flavor} ${pretend}
# ret=$? ret=$?
# if [[ $? == 1 ]]; then if [[ $? == 1 ]]; then
# echo "FAILURE at ${arch} ${flavor} ${pretend} " | tee zzz.log echo "FAILURE at ${arch} ${flavor} ${pretend} " | tee zzz.log
# return 1 return 1
# fi fi
# done done
# done done
if [[ "x${pretend}" == "xtest" ]]; then if [[ "x${pretend}" == "xtest" ]]; then
tree /var/tmp/catalyst/builds tree /var/tmp/catalyst/builds