Skip to content

Commit 723a968

Browse files
authored
Merge pull request #67 from microsoft/dev
os_install - fix for verify error
2 parents c871b39 + c3ba278 commit 723a968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scenarios/windows/os_install/os_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def runTest(self):
217217
self._upload("scenarios\\windows\\os_install\\os_install_resources", self.dut_exec_path)
218218

219219
# Upload updated VerifyVersions package from utilities.
220-
self._upload("utilities\\proprietary\\VerifyVersions", self.dut_exec_path)
220+
self._upload("scenarios\\windows\\os_install\\os_install_resources\\VerifyVersions", self.dut_exec_path)
221221
verify_versions_path = self.dut_exec_path + "\\VerifyVersions"
222222

223223
# copy d:\bin\postdeploy\drivers folder to support folder if c:\support doesn't already exist

0 commit comments

Comments
 (0)