Repository: buildr Updated Branches: refs/heads/master e2f18acdf -> c0c415558
Enable test for BUILDR-320 Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c0c41555 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c0c41555 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c0c41555 Branch: refs/heads/master Commit: c0c415558b88dd3bfd5f6923e2ee2c88e9701b9c Parents: e2f18ac Author: Antoine Toulme <[email protected]> Authored: Mon Aug 15 00:24:47 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Mon Aug 15 00:24:47 2016 -0700 ---------------------------------------------------------------------- tests/integration_testing.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/c0c41555/tests/integration_testing.rb ---------------------------------------------------------------------- diff --git a/tests/integration_testing.rb b/tests/integration_testing.rb index eb524b6..41d8ce3 100644 --- a/tests/integration_testing.rb +++ b/tests/integration_testing.rb @@ -44,8 +44,7 @@ p result end - #BUILDR-320 still not resolved. - #test "BUILDR-320", "--trace -P" + test "BUILDR-320", "package --trace -P" test "JavaSystemProperty", "test"
