diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-02-21 22:24:20 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-02-21 22:24:20 -0800 |
| commit | 8fd34506c3f2d06af8abd8cfbb543ad16e79c6a3 (patch) | |
| tree | d6f7baa04ac45f86881c401a5e5438e34bd35fa0 /toolsrc/include | |
| parent | 9446cc6729a9afbdcfe010bf0408ab703eee31a9 (diff) | |
| download | vcpkg-8fd34506c3f2d06af8abd8cfbb543ad16e79c6a3.tar.gz vcpkg-8fd34506c3f2d06af8abd8cfbb543ad16e79c6a3.zip | |
[vcpkg] improve xunit xml output used in CI tests
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/install.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg/install.h b/toolsrc/include/vcpkg/install.h index b7acbf15f..2e92764dc 100644 --- a/toolsrc/include/vcpkg/install.h +++ b/toolsrc/include/vcpkg/install.h @@ -37,7 +37,6 @@ namespace vcpkg::Install std::string total_elapsed_time; void print() const; - static std::string xunit_result(const PackageSpec& spec, Chrono::ElapsedTime time, Build::BuildResult code); std::string xunit_results() const; }; |
