Update of /cvsroot/libfunutil/libfunutil/toc/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv12689
Modified Files:
toc_core_tests.sh
Log Message:
handled the way some tests are run, for asthetic reasons :).
Index: toc_core_tests.sh
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/toc/tests/toc_core_tests.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- toc_core_tests.sh 30 Aug 2003 19:20:31 -0000 1.7
+++ toc_core_tests.sh 31 Aug 2003 00:43:05 -0000 1.8
@@ -6,7 +6,6 @@
toc_quietly "Required components:"
for x in \
- awk=AWK \
bash=SHELL \
cat=CAT \
cut=CUT \
@@ -33,16 +32,19 @@
toc_add_make TOC_MAKEDIST_BIN="\$(top_srcdir)/${TOC_FIND_RESULT##${PWD}/}"
for x in \
+ awk \
gnu_make \
gnu_find \
gnu_tar \
; do
- toc_run_failok $x || {
+ toc_source_test $x || {
echo "required test $x failed."
return 1
}
done
+toc_run running_under_cygwin
+
#toc_run_failok gnu_install || {
# boldecho "Didn't find GNU install. You won't be able to do a 'make install'."
#}
@@ -57,8 +59,6 @@
toc_find_failok $f
toc_add_make $v=${TOC_FIND_RESULT}
done
-
-toc_run running_under_cygwin
toc_boldecho -n "Core configure checks completed. "
echo ${TOC_EMOTICON_OKAY}
|