Bug 62673

Summary: Running tests from configtool uses //x path
Product: [Retired] eCos Reporter: Jonathan Larmour <jlarmour>
Component: ConfigToolAssignee: John Dallaway <jld>
Status: CLOSED CURRENTRELEASE QA Contact: John Dallaway <jld>
Severity: medium Docs Contact:
Priority: medium    
Version: CVSCC: jifl-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-03-27 17:16:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Larmour 2002-04-04 05:49:58 UTC
Cygwin no longer has the //x notation to refer to drives. Now in the config tool
we work around this by mounting a directory /ecos-x instead. However when
running tests from the config tool, it still uses //x.

Specifically host/tools/ecostest/common/eCosTest.cpp:CeCosTest::CygPath() needs
fixing

Easy for someone who can rebuild it :-).

Comment 1 John Dallaway 2003-03-27 17:16:02 UTC
Fixed for the eCos 2.0b1 release and in anonCVS. The configtool now uses 
/cygdrive notation to refer to logical drive letters when running eCos tests.