2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 09:02:10 +00:00

Merge pull request #276 from vjFaLk/test-fix

[travis] fix for setup_production_v6
This commit is contained in:
Rushabh Mehta 2016-07-26 21:21:03 +05:30 committed by GitHub
commit 44013a435f

View File

@ -38,7 +38,7 @@ class TestSetupProduction(test_init.TestBenchInit):
def test_setup_production_v6(self):
bench_name = 'test-bench-v6'
self.test_init(bench_name, frappe_branch='master')
self.test_init(bench_name, frappe_branch='v6.x.x')
user = getpass.getuser()