Megatest

Ticket Change Details
Login
Overview

Artifact ID: bb4005ba0e7daf16cda05f38ac8fb84cab91336c
Ticket: 83eb0489cdf1e9190855af07b0b8192e200989bc
Create area wizard fails to create directory - should detect calculated dirs
User & Date: matt on 2013-07-21 16:20:35
Changes

  1. comment changed to:
    <verbatim>
    ==================
    Now you need an initial place to store your runs. These are called "disks" and you
    can add more at any time. To get going provide a writeable directory name. 
    Enter your test runs directory: #{getenv MT_TEST_RUN_AREA}/../runs
    WARNING: you have specified a path #{getenv MT_TEST_RUN_AREA}/../runs that does not exist. Attempting to create it...
    
    
    Error: (create-directory) cannot create directory - File exists: "#{getenv MT_TEST_RUN_AREA}/.."
    
    	Call history:
    
    	genexample.scm:49: read-line	  
    	genexample.scm:51: directory?	  
    	genexample.scm:57: conc	  
    	genexample.scm:57: file-exists?	  
    	genexample.scm:68: print	  
    	genexample.scm:81: display	  
    	genexample.scm:82: read-line	  
    	genexample.scm:84: string-split	  
    	genexample.scm:84: g25	  
    	genexample.scm:84: g25	  
    	genexample.scm:87: print	  
    	genexample.scm:89: display	  
    	genexample.scm:90: read-line	  
    	genexample.scm:91: directory?	  
    	genexample.scm:93: print	  
    	genexample.scm:94: create-directory	  	<--
    </verbatim>
    
  2. foundin changed to: "v1.55508"
  3. severity changed to: "Important"
  4. status changed to: "Open"
  5. title changed to:
    Create area wizard fails to create directory - should detect calculated dirs
    
  6. type changed to: "Code_Defect"