Unable to find OS Installer disc in any provided folder
Hi all.
I've been running instadmg for a while now. From build 435 i have hade "unknown" glitches, solvable ones but now i have no clue why it doesn't work anymore. I have a clean OSX installation on my mini, 10.7.3 all latest updates, latest build of instadmg 446, two day old image InstallESD.dmg. When i do a test i get this:
./runAllTests.py --failfast
^CTraceback (most recent call last):
File "./runAllTests.py", line 22, in
exec("from " + '.'.join(importPath + [os.path.splitext(thisFile)[0]])+ " import *")
File "", line 1, in
File "/Users/xxxxxx/Desktop/instadmg-446/AddOns/InstaUp2Date/Resources/cacheController_test.py", line 8, in
from cacheController import cacheController
File "/Users/xxxxxx/Desktop/instadmg-446/AddOns/InstaUp2Date/Resources/cacheController.py", line 3, in
import os, re, urlparse, time, urllib, urllib2, hashlib
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py", line 29, in
KeyboardInterrupt
xxx:InstaUp2Date xxxxxx$ sudo ./runAllTests.py --failfast
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
...........E
======================================================================
ERROR: test_codePath (Resources.findInstallerDisc_test.findInstallerDiscTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/xxxxxx/Desktop/instadmg-446/AddOns/InstaUp2Date/Resources/findInstallerDisc_test.py", line 35, in test_codePath
allowedBuildsResults = findInstallerDisc(allowedBuilds=buildsInfo)
File "/Users/xxxxxx/Desktop/instadmg-446/AddOns/InstaUp2Date/Resources/findInstallerDisc.py", line 201, in findInstallerDisc
raise commonExceptions.FileNotFoundException('Unable to find OS Installer disc in any provided folder: %s%s' % (str(searchItems), folderString))
FileNotFoundException: Unable to find OS Installer disc in any provided folder: ['/Users/xxxxxx/Desktop/instadmg-446/InstallerFiles/InstallerDiscs', '/Users/xxxxxx/Desktop/instadmg-446/InstallerFiles/BaseOS'] (['.svn', 'InstallESD.dmg'], ['.svn'])
----------------------------------------------------------------------
Ran 12 tests in 29.381s
FAILED (errors=1)
I use InstaUp2Date. Until know it has been running smoothly. Now i can't run Instadmg all. The Image is located in InstallerDiscs folder.
Help!