Skip to content

Commit

Permalink
Delete cs debug file before next test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksauzz committed Oct 9, 2015
1 parent 59cda3d commit 6ebeaac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions riak_test/tests/riak_cs_debug_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ confirm() ->
?assertMatchAny("^config/generated.configs/app.*.config", List2),
?assertMatchAny("^config/generated.configs/vm.*.args", List2),
?assertNotMatchAny("^config/*.pem$", List2),
ok = file:rename(TarGz2, TarGz2 ++ ".back"),

ok = file:delete(TarGz2),

%% Run riak-cs-debug with app.config and vm.args.
move_generated_configs_as_appconfigs(),
Expand Down

6 comments on commit 6ebeaac

@shino
Copy link
Contributor

@shino shino commented on 6ebeaac Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@borshop
Copy link
Contributor

@borshop borshop commented on 6ebeaac Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from shino
at 6ebeaac

@borshop
Copy link
Contributor

@borshop borshop commented on 6ebeaac Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/riak_cs/rebased-jhc-debug = 6ebeaac into borshop-integration-1263-rebased-jhc-debug

@borshop
Copy link
Contributor

@borshop borshop commented on 6ebeaac Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/riak_cs/rebased-jhc-debug = 6ebeaac merged ok, testing candidate = fbde114

@borshop
Copy link
Contributor

@borshop borshop commented on 6ebeaac Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

@borshop borshop commented on 6ebeaac Oct 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding 2.1 to borshop-integration-1263-rebased-jhc-debug = fbde114

Please sign in to comment.