Author: brane
Date: Thu Jun 18 05:29:54 2020
New Revision: 1878950
URL: http://svn.apache.org/viewvc?rev=1878950&view=rev
Log:
Follow up to r1878909: Fix test description and ignore build artefacts.
* build.conf (filesize-test): Fix test description.
* subversion/tests/client: Add svn:ignore property.
Modified:
subversion/trunk/build.conf
subversion/trunk/subversion/tests/client/ (props changed)
Modified: subversion/trunk/build.conf
URL:
http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1878950&r1=1878949&r2=1878950&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Thu Jun 18 05:29:54 2020
@@ -1343,7 +1343,7 @@ msvc-force-static = yes
# Tests for the client's internal functions
[filesize-test]
-description = Test the storage of tree conflict data
+description = Test conversion of file sizes to human-readable form
type = exe
path = subversion/tests/client
sources = filesize-test.c
Propchange: subversion/trunk/subversion/tests/client/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jun 18 05:29:54 2020
@@ -0,0 +1,11 @@
+*.dst
+*.exe
+*.o
+*.lo
+*.src
+*~
+.*~
+.libs
+Debug
+Release
+*-test