]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
test
authorRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:26:25 +0000 (14:26 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:26:25 +0000 (14:26 +0200)
testertest.py

index fad67724a825313d3c7da7af4269cf6b72ef864d..794ca29e5aee3155eb333dc1f813379554ec240a 100755 (executable)
@@ -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()