| Index: tools/bots/functional_testing.py
|
| diff --git a/tools/bots/functional_testing.py b/tools/bots/functional_testing.py
|
| index 80756f65005ae8c1e153c56fcbb069e932b35a64..327281fe3035099e51fb9f287888a442f3c78816 100644
|
| --- a/tools/bots/functional_testing.py
|
| +++ b/tools/bots/functional_testing.py
|
| @@ -78,7 +78,7 @@ def FTMaster(config):
|
| return
|
| else:
|
| builddir = os.path.join(bot_utils.DART_DIR,
|
| - utils.GetBuildDir(HOST_OS, HOST_OS),
|
| + utils.GetBuildDir(HOST_OS),
|
| 'functional_testing')
|
| shutil.rmtree(builddir, ignore_errors=True)
|
| os.makedirs(builddir)
|
| @@ -90,6 +90,6 @@ def FTSteps(config):
|
| FTMaster(config)
|
| else:
|
| FTSlave(config)
|
| -
|
| +
|
| if __name__ == '__main__':
|
| bot.RunBot(SrcConfig, FTSteps, build_step=None)
|
|
|