@cryptotaxi247 / kubo / commits / 7be60c9b1

make: run sharness in single thread

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Jul 27, 2016 at 16:48 UTC 7be60c9b131a0d0153001b3920f3eaf4885f00bf
1 file changed +2 -2
Makefile
+2 -2
@@ -97,10 +97,10 @@ test_go_race:
97 $(go_test) ./... -race
98
99 test_sharness_short:
100 - make -C test/sharness/
100 + make -j1 -C test/sharness/
101
102 test_sharness_expensive:
103 - TEST_EXPENSIVE=1 make -C test/sharness/
103 + TEST_EXPENSIVE=1 make -j1 -C test/sharness/
104
105 test_all_commits:
106 @echo "testing all commits between origin/master..HEAD"