← Back to team overview

sikuli-driver team mailing list archive

[Bug 917667] [NEW] Command line UnitTesting failed due to spaces in Path

 

Public bug reported:

Reported before between nose and lips :), but now as a proper bug. If I
run a UnitTest script like below:

/Applications/Sikuli-IDE.app/sikuli-ide.sh -t
/Volumes/Data/OmniHis/Local\
Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

the test script is not started. I just get the terminal prompt back.
Then I copied the test script to the desktop and run the following
command on the Terminal the script is run just fine.

/Applications/Sikuli-IDE.app/sikuli-ide.sh -t
/Users/henkjr/Desktop/GUItest.sikuli

With some further testing I discover that Sikuli does not like spaces in folder names the following command is running fine.
/Applications/Sikuli-IDE.app/sikuli-ide.sh -t /Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli 

I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

** Affects: sikuli
     Importance: Undecided
         Status: New


** Tags: path pathname spaces

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/917667

Title:
  Command line UnitTesting failed due to spaces in Path

Status in Sikuli:
  New

Bug description:
  Reported before between nose and lips :), but now as a proper bug. If
  I run a UnitTest script like below:

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Volumes/Data/OmniHis/Local\
  Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  the test script is not started. I just get the terminal prompt back.
  Then I copied the test script to the desktop and run the following
  command on the Terminal the script is run just fine.

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Users/henkjr/Desktop/GUItest.sikuli

  With some further testing I discover that Sikuli does not like spaces in folder names the following command is running fine.
  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t /Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli 

  I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/917667/+subscriptions


Follow ups

References