93816b86c3
Remove part of post-patch because pathfix will do it for us. Stageify.
11 lines
487 B
Python
11 lines
487 B
Python
--- test/examples_test.py.orig 2013-09-30 22:50:22.000000000 +0200
|
|
+++ test/examples_test.py 2013-09-30 22:50:39.000000000 +0200
|
|
@@ -18,7 +18,7 @@
|
|
examples/cairo_snippets/snippets/
|
|
'''
|
|
def doSnippets(name):
|
|
- retcode = subprocess.call('python %s -s' % name, shell=True)
|
|
+ retcode = subprocess.call('python2 %s -s' % name, shell=True)
|
|
assert retcode == 0, 'Error: retcode == {0}'.format(retcode)
|
|
|
|
os.chdir(os.path.join(os.path.dirname(__file__), '..', 'examples',
|