From: Robin Wittler Date: Tue, 2 Aug 2011 12:26:25 +0000 (+0200) Subject: test X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3adcb9793298956fdd5fc6a233685c069f91c9f9;p=profitbricks%2Fjenkins-build-scripts.git test --- diff --git a/testertest.py b/testertest.py index fad6772..794ca29 100755 --- a/testertest.py +++ b/testertest.py @@ -25,3 +25,6 @@ elif choice == "unstable": for name, value in os.environ.items(): print "%s\t= %s " % (name, value) +a = open('/tmp/lalala', 'w') +a.write('hallo') +a.close()