mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
testing/download: GIT use BRConfigTest
Enables the test to use the new non-emulator base class which takes significantly less test time. Cc: Ricardo Martincoski <ricardo.martincoski@datacom.ind.br> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
0461ef4dea
commit
c6386be05b
@@ -6,7 +6,7 @@ from gitremote import GitRemote
|
||||
import infra
|
||||
|
||||
|
||||
class GitTestBase(infra.basetest.BRTest):
|
||||
class GitTestBase(infra.basetest.BRConfigTest):
|
||||
config = \
|
||||
"""
|
||||
BR2_BACKUP_SITE=""
|
||||
|
||||
Reference in New Issue
Block a user