- Timestamp:
- Dec 16, 2008, 12:40:28 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r732 r738 154 154 AC_CHECK_FILE([$srcdir/.svn], [wc_found="yes"], [wc_found="no"]) 155 155 AM_CONDITIONAL([HAVE_SVN_WC], [test "$wc_found" = "yes"]) 156 AC_SUBST([wc_found]) 156 157 157 158 # checking if we have test repo -
trunk/test/Makefile.am
r735 r738 33 33 TESTS += test_repo.sh 34 34 endif 35 # check_repo_status only works in an svn wc36 if HAVE_SVN_WC37 35 TESTS += check_repo_status.sh 38 endif39 36 40 37 # tests not yet passing are listed here -
trunk/test/check_repo_status.sh.in
r693 r738 21 21 # You should have received a copy of the GNU General Public License 22 22 # along with svndigest. If not, see <http://www.gnu.org/licenses/>. 23 24 wc_found="@wc_found@" 25 if test $wc_found = "no"; then 26 exit 77; 27 fi 28 23 29 24 30 # assume test repository and svndigest repository are synchronized
Note: See TracChangeset
for help on using the changeset viewer.