fix system test

fixture commands are actually executing ./aptly-test, do the same here
This commit is contained in:
André Roth
2024-10-06 20:11:10 +02:00
parent be6d06a653
commit df18133179

View File

@@ -41,7 +41,7 @@ class Serve1Test(BaseTest):
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec snap2 debian",
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -component=main,contrib snap1 snap2 multi",
]
runCmd = "aptly serve -listen=127.0.0.1:8765"
runCmd = "../aptly.test serve -listen=127.0.0.1:8765"
def run(self):
try: