Gökçen Nurlu pushed to branch gokcen/no_auto_fetch at BuildStream / buildstream
Commits:
- 
6cc4bfcb
by Gökçen Nurlu at 2018-11-02T12:12:44Z
1 changed file:
Changes:
| ... | ... | @@ -766,7 +766,7 @@ def test_list_supported_workspace(cli, tmpdir, datafiles, workspace_cfg, expecte | 
| 766 | 766 |                              element_name))
 | 
| 767 | 767 |  | 
| 768 | 768 |      # Make a change to the workspaces file
 | 
| 769 | -    result = cli.run(project=project, args=['workspace', 'open', element_name, workspace])
 | |
| 769 | +    result = cli.run(project=project, args=['workspace', 'open', '--fetch', element_name, workspace])
 | |
| 770 | 770 |      result.assert_success()
 | 
| 771 | 771 |      result = cli.run(project=project, args=['workspace', 'close', '--remove-dir', element_name])
 | 
| 772 | 772 |      result.assert_success()
 | 
