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