File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
easyconfigs/test_ecs/t/toy Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ sanity_check_paths = {
6060 'dirs' : [],
6161}
6262
63- modextrapaths = {'TOY_EXAMPLES' : 'examples' }
63+ modextravars = {'TOY_EXAMPLES' : 'examples' }
6464
6565postinstallcmds = ["echo TOY > %(installdir)s/README" ]
6666
Original file line number Diff line number Diff line change @@ -1224,7 +1224,7 @@ def test_toy_advanced(self):
12241224 toy_libs_path = os .path .join (toy_installdir , 'toy_libs_path.txt' )
12251225 self .assertTrue (os .path .exists (toy_libs_path ))
12261226 txt = read_file (toy_libs_path )
1227- regex = re .compile ('^TOY_EXAMPLES=.*/ examples$' )
1227+ regex = re .compile ('^TOY_EXAMPLES=examples$' )
12281228 self .assertTrue (regex .match (txt ), f"Pattern '{ regex .pattern } ' should match in: { txt } " )
12291229
12301230 def test_toy_advanced_filter_deps (self ):
You can’t perform that action at this time.
0 commit comments