@@ -6,12 +6,12 @@ Smoke Tests
6
6
Test Organization
7
7
-----------------
8
8
9
- # :file:`dbtests/.*cpp` has C++ unit tests
10
- # :file:`jstests/*.js` has core tests
11
- # :file:`jstests/repl*/*.js` has replication tests
12
- # :file:`jstests/sharding/*.js` has sharding tests
13
- # :file:`slowNightly/*js` has tests that take longer and run only at night
14
- # :file:`slowWeekly/*.js` has tests that take even longer and run only once a week
9
+ * :file:`dbtests/.*cpp` has C++ unit tests
10
+ * :file:`jstests/*.js` has core tests
11
+ * :file:`jstests/repl*/*.js` has replication tests
12
+ * :file:`jstests/sharding/*.js` has sharding tests
13
+ * :file:`slowNightly/*js` has tests that take longer and run only at night
14
+ * :file:`slowWeekly/*.js` has tests that take even longer and run only once a week
15
15
16
16
Running all the tests
17
17
---------------------
@@ -94,28 +94,28 @@ You can specify as many files as you want.
94
94
95
95
You can also run a suite of tests. Suites are predefined and include:
96
96
97
- * _test_
98
- * _all_
99
- * _perf_
100
- * _js_
101
- * _quota_
102
- * _jsPerf_
103
- * _disk_
104
- * _jsSlowNightly_
105
- * _jsSlowWeekly_
106
- * _parallel_
107
- * _clone_
108
- * _repl_ (master/slave replication tests)
109
- * _replSets_ (replica set tests)
110
- * _auth_
111
- * _sharding_
112
- * _tool_
113
- * _client_
114
- * _mongosTest_
97
+ * `test`
98
+ * `all`
99
+ * `perf`
100
+ * `js`
101
+ * `quota`
102
+ * `jsPerf`
103
+ * `disk`
104
+ * `jsSlowNightly`
105
+ * `jsSlowWeekly`
106
+ * `parallel`
107
+ * `clone`
108
+ * `repl` (master/slave replication tests)
109
+ * `replSets` (replica set tests)
110
+ * `auth`
111
+ * `sharding`
112
+ * `tool`
113
+ * `client`
114
+ * `mongosTest`
115
115
116
116
To run a suite, specify the suite's name:
117
117
118
- .. code-block::
118
+ .. code-block:: sh
119
119
120
120
python buildscripts/smoke.py js
121
121
@@ -161,6 +161,6 @@ Then use the line above to run the binary generated:
161
161
$ ./build/linux2/dd/durableDefaultOff/mongo/platform/atomic_word_test
162
162
163
163
164
- .. see-also ::
164
+ .. seealso ::
165
165
166
166
* `scons <http://www.scons.org/>`_
0 commit comments