~ubuntu-branches/ubuntu/saucy/juju-core/saucy-updates

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/testing/mgo.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-09-03 14:22:22 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130903142222-9mes2r8wqr0bs7lp
Tags: 1.13.3-0ubuntu1
New upstream point release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                "--noprealloc",
83
83
                "--smallfiles",
84
84
                "--nojournal",
 
85
                "--nounixsocket",
85
86
        }
86
87
        server := exec.Command("mongod", mgoargs...)
87
88
        out, err := server.StdoutPipe()