Skip to content

Commit

Permalink
bugfix in regtest script
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Feb 14, 2015
1 parent 6fe1b2c commit e108a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/regtests/regression-video.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ def main(rootdir, cfgfile, nogit, nobuild, nospeed, novidcheck, noemail):
report += "\n"
# Step 5: build the binary for the video regression test
if not novidcheck:
videobuild = tester.generalParams["videobuild"]
videomake = tester.generalParams["videobuildparams"]
for modname in tester.modulesAndParams:
module = tester.modulesAndParams[modname]
modurl = module["url"]
modfilename = modurl.split('/')[-1]
videobuild = self.generalParams["videobuild"]
videomake = self.generalParams["videobuildparams"]
if not BuildSource(srcdir, modfilename, modname, videobuild, videomake, module["outputfiles"], False, True):
rval = 3
break
Expand Down

0 comments on commit e108a88

Please sign in to comment.