[Type] Bugfix
[Module] Toolchain /
[Priority] Major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: Id8d25f4a970c7f6e90b86deb7026460112e21a26
+* 1.2.17
+- change dir seperator when windows remove script execute
+== hyoun jiil <jiil.hyoun@samsung.com> 2012-11-28
* 1.2.16
- Increased communication timeout to 120sec
== donghee yang <donghee.yang@samsung.com> 2012-11-28
Source : dibs
-Version :1.2.16
+Version :1.2.17
Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
Package : dibs
if not script_file.nil? then
logger.info "Execute \"#{script_file}\" file"
if Utils.is_windows_like_os( Utils::HOST_OS ) then
+ target_path = target_path.gsub("/","\\")
cmd = "set INSTALLED_PATH=\"#{target_path}\"& #{script_file}"
else
cmd = "INSTALLED_PATH=\"#{target_path}\" #{script_file}"