gnu: mongodb: Fix indentation.
* gnu/packages/databases.scm (mongodb): Replace tabs with spaces.
This commit is contained in:
parent
7f6a607e2a
commit
8d7b476ba9
|
@ -464,8 +464,8 @@ applications.")
|
||||||
;; individual executable files, with some being hundreds of
|
;; individual executable files, with some being hundreds of
|
||||||
;; megabytes in size.
|
;; megabytes in size.
|
||||||
(begin
|
(begin
|
||||||
(apply
|
(apply
|
||||||
invoke `("scons" ,@common-options "dbtest" "unittests"))
|
invoke `("scons" ,@common-options "dbtest" "unittests"))
|
||||||
(substitute* "build/unittests.txt"
|
(substitute* "build/unittests.txt"
|
||||||
;; TODO: Don't run the async_stream_test, as it hangs
|
;; TODO: Don't run the async_stream_test, as it hangs
|
||||||
(("^build\\/opt\\/mongo\\/executor\\/async\\_stream\\_test\n$")
|
(("^build\\/opt\\/mongo\\/executor\\/async\\_stream\\_test\n$")
|
||||||
|
@ -474,8 +474,8 @@ applications.")
|
||||||
;; Expected 0UL != disks.size() (0 != 0) @src/mongo/util/procparser_test.cpp:476
|
;; Expected 0UL != disks.size() (0 != 0) @src/mongo/util/procparser_test.cpp:476
|
||||||
(("^build\\/opt\\/mongo\\/util\\/procparser\\_test\n$")
|
(("^build\\/opt\\/mongo\\/util\\/procparser\\_test\n$")
|
||||||
""))
|
""))
|
||||||
(invoke "python" "buildscripts/resmoke.py"
|
(invoke "python" "buildscripts/resmoke.py"
|
||||||
"--suites=dbtest,unittests"
|
"--suites=dbtest,unittests"
|
||||||
(format #f "--jobs=~a" (parallel-job-count)))))))
|
(format #f "--jobs=~a" (parallel-job-count)))))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue