Skip to content

Commit

Permalink
updates for bad/missing testsuites
Browse files Browse the repository at this point in the history
Change-Id: I30311d457c645a3e7a1519bc050d955cbeba2021
  • Loading branch information
cooljeanius committed Oct 1, 2023
1 parent 55c75f7 commit a74e6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
- for dir in libtool_gnu sim utils tcl expect dejagnu itcl tk libgui; do if test -e ${dir}/configure; then make configure-${dir}; elif test -d ${dir}; then ls ${dir}/configure*; else echo "skipping configuring in ${dir}"; fi; done
- for dir in libtool_gnu sim utils tcl expect dejagnu itcl tk libgui; do if test -e ${dir}/Makefile; then make -C ${dir}; elif test -d ${dir}; then ls ${dir}/Makefile*; else echo "skipping ${dir}"; fi; done
- make check-libiberty
- for dir in libtool_gnu sim utils tcl expect dejagnu itcl tk libgui; do if test -e ${dir}/Makefile; then make check-${dir} V=0 RUNTESTFLAGS="-v"; elif test -d ${dir}; then ls ${dir}/Makefile*; else echo "skipping testing ${dir}"; fi; done
- for dir in sim itcl; do if test -e ${dir}/Makefile; then make check-${dir} V=0 RUNTESTFLAGS="-v"; elif test -d ${dir}; then ls ${dir}/Makefile*; else echo "skipping testing ${dir}"; fi; done

compiler:
- clang
Expand Down
2 changes: 1 addition & 1 deletion src/expect/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ config.status: $(srcdir)/configure
check: expect
@if [ -f testsuite/Makefile ]; then \
cd testsuite && $(MAKE) $(FLAGS_TO_PASS) check; \
else echo "skipping testsuite"; fi
else echo "skipping testsuite due to missing Makefile for it"; fi
# Original Dbgconfig.in comes from the NIST Tcl debugger distribution.
# CYGNUS LOCAL: Do NOT have dependancies, because people get upset
Expand Down

0 comments on commit a74e6ec

Please sign in to comment.