Fixed lingering repop* -> re* names in tests
- test_gc_repoplookahead_progress -> test_gc_relookahead_progress - test_gc_repoplookahead_mutation -> test_gc_relookahead_mutation - test_gc_repoplookahead_relaxed -> test_gc_relookahead_relaxed - test_gc_repopgbmap_progress -> test_gc_regbmap_progress - test_gc_repopgbmap_mutation -> test_gc_regbmap_mutation - test_gc_repopgbmap_relaxed -> test_gc_regbmap_relaxed - test_mount_t_repoplookahead -> test_mount_t_relookahead - test_mount_t_repopgbmap -> test_mount_t_regbmap
This commit is contained in:
@@ -171,7 +171,7 @@ code = '''
|
||||
|
||||
# test that on-mount traversals do what they say they do
|
||||
|
||||
[cases.test_mount_t_repoplookahead]
|
||||
[cases.test_mount_t_relookahead]
|
||||
defines.CKMETA = [false, true]
|
||||
defines.CKDATA = [false, true]
|
||||
code = '''
|
||||
@@ -213,7 +213,7 @@ code = '''
|
||||
lfs3_unmount(&lfs3) => 0;
|
||||
'''
|
||||
|
||||
[cases.test_mount_t_repopgbmap]
|
||||
[cases.test_mount_t_regbmap]
|
||||
ifdef = 'LFS3_GBMAP'
|
||||
defines.CKMETA = [false, true]
|
||||
defines.CKDATA = [false, true]
|
||||
|
||||
Reference in New Issue
Block a user