From 67b05a2513d739c5ab8fc63829ef5fa0340dee59 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Tue, 8 Mar 2016 02:18:57 +0530 Subject: updates contributing.md --- CONTRIBUTING.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9423c46547..518ba2c480 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,9 +36,25 @@ In order to run most of the available tests, one would need to run: `./tools/run_tests/run_tests.py` -If you want to run all the possible tests for any of the languages {c, c++, node, php, python}, do this: - -`./tools/run_tests/run_tests.py -l -c all` +If you want to run tests for any of the languages {c, c++, node, php, python}, do this: + +`./tools/run_tests/run_tests.py -l ` + +For list of available commands, refer to this: + +``` +run_tests.py [-h] + [-c {asan,asan-noleaks,basicprof,dbg,gcov,helgrind,memcheck,msan,mutrace,opt,stapprof,tsan,ubsan}] + [-n RUNS_PER_TEST] [-r REGEX] [-j JOBS] [-s SLOWDOWN] [-f] + [-t] [--newline_on_success] + [-l {all,c,c++,csharp,node,objc,php,python,ruby,sanity} [{all,c,c++,csharp,node,objc,php,python,ruby,sanity} ...]] + [-S] [--use_docker] [--allow_flakes] + [--arch {default,x86,x64}] + [--compiler {default,gcc4.4,gcc4.9,gcc5.3,vs2010,vs2013,vs2015}] + [--build_only] [--measure_cpu_costs] + [--update_submodules [UPDATE_SUBMODULES [UPDATE_SUBMODULES ...]]] + [-a ANTAGONISTS] [-x XML_REPORT] +``` ## Adding or removing source code -- cgit v1.2.3 From 56188658d771ecdb4981e8a175313fecc78a61df Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Tue, 8 Mar 2016 12:55:02 +0530 Subject: updates contributing.md --- CONTRIBUTING.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 518ba2c480..e147074943 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,21 +40,9 @@ If you want to run tests for any of the languages {c, c++, node, php, python}, d `./tools/run_tests/run_tests.py -l ` -For list of available commands, refer to this: - -``` -run_tests.py [-h] - [-c {asan,asan-noleaks,basicprof,dbg,gcov,helgrind,memcheck,msan,mutrace,opt,stapprof,tsan,ubsan}] - [-n RUNS_PER_TEST] [-r REGEX] [-j JOBS] [-s SLOWDOWN] [-f] - [-t] [--newline_on_success] - [-l {all,c,c++,csharp,node,objc,php,python,ruby,sanity} [{all,c,c++,csharp,node,objc,php,python,ruby,sanity} ...]] - [-S] [--use_docker] [--allow_flakes] - [--arch {default,x86,x64}] - [--compiler {default,gcc4.4,gcc4.9,gcc5.3,vs2010,vs2013,vs2015}] - [--build_only] [--measure_cpu_costs] - [--update_submodules [UPDATE_SUBMODULES [UPDATE_SUBMODULES ...]]] - [-a ANTAGONISTS] [-x XML_REPORT] -``` +To know about the list of available commands, do this: + +`./tools/run_tests/run_tests.py -h` ## Adding or removing source code -- cgit v1.2.3 From 72dbc4aa2d84cdf03dee863af22b4c5870615806 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Wed, 9 Mar 2016 10:50:58 +0530 Subject: updates contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e147074943..011ce43bcd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ In order to run most of the available tests, one would need to run: `./tools/run_tests/run_tests.py` -If you want to run tests for any of the languages {c, c++, node, php, python}, do this: +If you want to run tests for any of the languages {all, c, c++, csharp, node, objc, php, python, ruby}, do this: `./tools/run_tests/run_tests.py -l ` -- cgit v1.2.3 From cbdd9844f9cd42123ee6334e8f2aa1b49c500c27 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Thu, 10 Mar 2016 20:51:20 +0530 Subject: updates contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 011ce43bcd..850ea14399 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ In order to run most of the available tests, one would need to run: `./tools/run_tests/run_tests.py` -If you want to run tests for any of the languages {all, c, c++, csharp, node, objc, php, python, ruby}, do this: +If you want to run tests for any of the languages {c, c++, csharp, node, objc, php, python, ruby}, do this: `./tools/run_tests/run_tests.py -l ` -- cgit v1.2.3