Skip to content

Commit 7ae76aa

Browse files
committed
test: make status file names consistent
For some reason, the test/addons directory has a status file of addon.status rather than addons.status. Make it consistent with other directories.
1 parent 9f56bc8 commit 7ae76aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/addons/testcfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import testpy
44

55
def GetConfiguration(context, root):
6-
return testpy.AddonTestConfiguration(context, root, 'addon')
6+
return testpy.AddonTestConfiguration(context, root, 'addons')

0 commit comments

Comments
 (0)