Merged bug fix from Stable into Unstable

This commit is contained in:
Khalid Shakir 2011-08-06 10:43:52 -04:00
commit f534c2e7bb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ShellJobRunner(val function: CommandLineFunction) extends CommandLineJobRu
updateStatus(RunnerStatus.RUNNING)
job.run()
updateStatus(RunnerStatus.FAILED)
updateStatus(RunnerStatus.DONE)
}
override def checkUnknownStatus() {}