Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: pnacl/build.sh

Issue 22903042: The archive checker should accept empty archives (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index e6618538ac328190150d6f08a42c247f6d613bc5..8e6b8deef05f357626e88fb04ff7cd936a504642 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -3092,11 +3092,6 @@ ExtractAndCheck() {
count=$((count+1))
${checker} $i
done
- if [ "${count}" = "0" ] ; then
- echo "FAIL - archive empty or wrong contents: ${archive}"
- ls -l "${tmp}"
- exit -1
- fi
echo "PASS (${count} files)"
rm -rf "${tmp}"
spopd
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698