Skip to content

Commit 8c6bf20

Browse files
committed
Remove int_test, replaced by riak_test/tests
1 parent f4960b8 commit 8c6bf20

File tree

4 files changed

+0
-111
lines changed

4 files changed

+0
-111
lines changed

.plugins/rebar_test_plugin.erl

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
client_test_clean/2,
2525
client_test_compile/2,
2626
client_test_run/2,
27-
int_test_clean/2,
28-
int_test_compile/2,
29-
int_test_run/2,
3027
riak_test_clean/2,
3128
riak_test_compile/2
3229
]).
@@ -52,24 +49,6 @@ client_test_run(Config, AppFile) ->
5249
_ -> test_run(client_test, Config, AppFile)
5350
end.
5451

55-
int_test_clean(Config, AppFile) ->
56-
case should_i_run(Config) of
57-
false -> ok;
58-
_ -> test_clean(int_test, Config, AppFile)
59-
end.
60-
61-
int_test_compile(Config, AppFile) ->
62-
case should_i_run(Config) of
63-
false -> ok;
64-
_ -> test_compile(int_test, Config, AppFile)
65-
end.
66-
67-
int_test_run(Config, AppFile) ->
68-
case should_i_run(Config) of
69-
false -> ok;
70-
_ -> test_run(int_test, Config, AppFile)
71-
end.
72-
7352
riak_test_clean(Config, AppFile) ->
7453
case should_i_run(Config) of
7554
false -> ok;

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ compile: deps
2020
compile-client-test: all
2121
@./rebar client_test_compile
2222

23-
compile-int-test: all
24-
@./rebar int_test_compile
25-
2623
bitcask-downgrade-script: riak_test/src/downgrade_bitcask.erl
2724

2825
## KLUDGE, as downgrade script is not included in the release.
@@ -43,9 +40,6 @@ compile-riak-test: all bitcask-downgrade-script
4340
clean-client-test:
4441
@./rebar client_test_clean
4542

46-
clean-int-test:
47-
@./rebar int_test_clean
48-
4943
clean-riak-test:
5044
@./rebar riak_test_clean
5145

@@ -114,9 +108,6 @@ test-php:
114108
test-go:
115109
@cd client_tests/go && make
116110

117-
test-int: compile-int-test
118-
@./rebar skip_deps=true int_test_run
119-
120111
##
121112
## Release targets
122113
##

int_test/riak_cs_put_fsm_test.erl

Lines changed: 0 additions & 77 deletions
This file was deleted.

rebar.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
{test_paths, ["client_tests/erlang"]},
2727
{test_output, ".client_test"}
2828
]}.
29-
{int_test, [
30-
{test_paths, ["int_test"]},
31-
{test_output, ".int_test"}
32-
]}.
3329
{riak_test, [
3430
{test_paths, ["riak_test/tests", "riak_test/src",
3531
"deps/riak_cs_multibag/riak_test/tests",

0 commit comments

Comments
 (0)