Skip to content

Commit 4b0ab5b

Browse files
bnoordhuisFishrock123
authored andcommitted
test: add testcfg.py to test/abort/
`python tools/test.py abort` won't work without one. PR-URL: #6734 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 8f7baff commit 4b0ab5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/abort/testcfg.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import sys, os
2+
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
3+
import testpy
4+
5+
def GetConfiguration(context, root):
6+
return testpy.SimpleTestConfiguration(context, root, 'abort')

0 commit comments

Comments
 (0)