Add PowerPC reporting

pull/211/merge
Jeffrey Walton 2016-07-03 22:50:02 -04:00
parent e1e7049459
commit 6cd587da4c
1 changed files with 3 additions and 0 deletions

View File

@ -458,6 +458,9 @@ elif [[ "$IS_DARWIN" -ne "0" ]]; then
echo "IS_DARWIN: $IS_DARWIN" | tee -a "$TEST_RESULTS"
fi
if [[ "$IS_PPC" -ne "0" ]]; then
echo "IS_PPC: $IS_PPC" | tee -a "$TEST_RESULTS"
fi
if [[ "$IS_ARM64" -ne "0" ]]; then
echo "IS_ARM64: $IS_ARM64" | tee -a "$TEST_RESULTS"
elif [[ "$IS_ARM32" -ne "0" ]]; then