Skip to content

Commit 4ac46e6

Browse files
committed
add test path
Signed-off-by: Zen <[email protected]>
1 parent 669ac1e commit 4ac46e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ugrd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@loggify
99
class TestCpio(TestCase):
1010
def test_fullauto(self):
11-
generator = InitramfsGenerator(logger=self.logger, config='fullauto.toml')
11+
generator = InitramfsGenerator(logger=self.logger, config='tests/fullauto.toml')
1212
generator.build()
1313

1414

0 commit comments

Comments
 (0)