Testing a configuration change for build system.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5043 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-01-21 14:44:41 +00:00
parent 78a43faebe
commit 8d46cf3604
1 changed files with 4 additions and 2 deletions

View File

@ -111,8 +111,10 @@ class FullCallingPipelineTest extends BaseTest {
if (dataset.jobQueue != null)
pipelineCommand += " -jobQueue " + dataset.jobQueue
for (dir <- mountDirectories)
pipelineCommand += " -mountDir " + dir
//for (dir <- mountDirectories)
// pipelineCommand += " -mountDir " + dir
if (PipelineTest.run)
System.getenv.foreach{case (name, value) => println("DEBUG_ENVIRONMENT: %s=%s".format(name, value))}
// Run the test, at least checking if the command compiles
PipelineTest.executeTest(testName, pipelineCommand, null)