Changeset 33
- Timestamp:
- Jan 12, 2006, 1:38:32 AM (17 years ago)
- Location:
- trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r28 r33 19 19 20 20 clean-local: 21 rm -rf svnstat_output 21 rm -rf svnstat_output *.png -
trunk/test/tree.cc
r32 r33 12 12 bool ok = true; 13 13 14 Directory tree(std::string("..")); 14 system("ln -fns . testrepo"); 15 Directory tree(std::string("testrepo")); 15 16 16 17 tree.purge(); 17 18 tree.parse(); 18 ok = ok && !system("mkdir svnstat_output >& /dev/null");19 ok = ok && !system("mkdir -p svnstat_output"); 19 20 tree.print("svnstat_output/"); 20 21
Note: See TracChangeset
for help on using the changeset viewer.