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

Unified Diff: third_party/buildbot_7_12/buildbot/test/subdir/emit.py

Issue 12207158: Bye bye buildbot 0.7.12. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 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
Index: third_party/buildbot_7_12/buildbot/test/subdir/emit.py
diff --git a/third_party/buildbot_7_12/buildbot/test/subdir/emit.py b/third_party/buildbot_7_12/buildbot/test/subdir/emit.py
deleted file mode 100644
index 42d2ca9ffa8542025e913963d0b2de54cffc3a2f..0000000000000000000000000000000000000000
--- a/third_party/buildbot_7_12/buildbot/test/subdir/emit.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /usr/bin/python
-
-import os, sys
-
-sys.stdout.write("this is stdout in subdir\n")
-sys.stderr.write("this is stderr\n")
-if os.environ.has_key("EMIT_TEST"):
- sys.stdout.write("EMIT_TEST: %s\n" % os.environ["EMIT_TEST"])
-open("log1.out","wt").write("this is log1\n")
-rc = int(sys.argv[1])
-sys.exit(rc)
« no previous file with comments | « third_party/buildbot_7_12/buildbot/test/subdir/__init__.py ('k') | third_party/buildbot_7_12/buildbot/test/test__versions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698