Skip to content

Commit

Permalink
Fix non-gateware test path.
Browse files Browse the repository at this point in the history
whitequark committed Mar 26, 2018
1 parent 19ba186 commit 70edf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -638,7 +638,7 @@ addUpdateSteps(artiqWin64TestBuildFactory,
addCondaSetupTestEnvironmentSteps(artiqWin64TestBuildFactory,
packages=['%(package)s=%(conda_version)s'])
addPythonUnittestSteps(artiqWin64TestBuildFactory,
test_path='test',
test_path='artiq/test',
locks=[low_latency_lock.access('exclusive')],
extra_vars={ 'ARTIQ_LOW_LATENCY': '1', 'ARTIQ_ROOT': 'artiq\\examples\\master' })
addCondaTeardownTestEnvironmentSteps(artiqWin64TestBuildFactory)

0 comments on commit 70edf68

Please sign in to comment.