We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c871b39 + c3ba278 commit 723a968Copy full SHA for 723a968
1 file changed
scenarios/windows/os_install/os_install.py
@@ -217,7 +217,7 @@ def runTest(self):
217
self._upload("scenarios\\windows\\os_install\\os_install_resources", self.dut_exec_path)
218
219
# Upload updated VerifyVersions package from utilities.
220
- self._upload("utilities\\proprietary\\VerifyVersions", self.dut_exec_path)
+ self._upload("scenarios\\windows\\os_install\\os_install_resources\\VerifyVersions", self.dut_exec_path)
221
verify_versions_path = self.dut_exec_path + "\\VerifyVersions"
222
223
# copy d:\bin\postdeploy\drivers folder to support folder if c:\support doesn't already exist
0 commit comments