Fix to the CI server staging path for integration tests.

CR: Loudej

--HG--
branch : dev
This commit is contained in:
Bertrand Le Roy
2010-05-10 17:23:05 -07:00
parent 6187110957
commit d4f76385f4

View File

@@ -21,7 +21,7 @@ namespace Orchard.Specs.Hosting {
// The second one is for the target "spec" in orchard.proj.
_orchardWebPath = baseDir.Up(3).Combine("Orchard.Web");
if (!_orchardWebPath.Exists) {
_orchardWebPath = baseDir.Up(2).Combine("src").Combine("Orchard.Web");
_orchardWebPath = baseDir.Parent.Combine("stage");
}
baseDir.Combine("Hosting").Combine(templateName)