mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Re-enable system test on db recover with empty DB. #25
This commit is contained in:
1
system/t08_db/RecoverDB1Test_gold
Normal file
1
system/t08_db/RecoverDB1Test_gold
Normal file
@@ -0,0 +1 @@
|
||||
Recovering database...
|
||||
@@ -1,12 +1,11 @@
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
# Waiting for PR
|
||||
# class RecoverDB1Test(BaseTest):
|
||||
# """
|
||||
# recover db: no DB
|
||||
# """
|
||||
# runCmd = "aptly db recover"
|
||||
class RecoverDB1Test(BaseTest):
|
||||
"""
|
||||
recover db: no DB
|
||||
"""
|
||||
runCmd = "aptly db recover"
|
||||
|
||||
|
||||
class RecoverDB2Test(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user