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:
parent
78a43faebe
commit
8d46cf3604
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue