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

Unified Diff: testing/iossim/redirect-stdout.sh

Issue 113403002: Move iossim to DVTiPhoneSimulatorRemoteClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« testing/iossim/iossim.mm ('K') | « testing/iossim/iossim.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/iossim/redirect-stdout.sh
diff --git a/testing/iossim/redirect-stdout.sh b/testing/iossim/redirect-stdout.sh
index feff2c9694a40dff463d8ec5ce11af1ded8963f6..a64b4460986599feaeb3e89525b40b99ff3c2493 100755
--- a/testing/iossim/redirect-stdout.sh
+++ b/testing/iossim/redirect-stdout.sh
@@ -17,4 +17,4 @@ if [ ${#} -ne 2 ] ; then
exit 2
fi
-exec $1 > $2
+$1 | sed /cxx_destruct/d > $2
lliabraa 2013/12/12 15:01:15 I'm fine with this but we should update the commen
justincohen 2013/12/16 18:44:37 Done.
« testing/iossim/iossim.mm ('K') | « testing/iossim/iossim.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698