Index: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile (revision 5805) +++ trunk/tests/Makefile (revision 5806) @@ -7,6 +7,7 @@ cd propedit && $(MAKE) all && $(MAKE) test cd remote && $(MAKE) all && $(MAKE) test cd gsch2pcb-rnd && $(MAKE) all && $(MAKE) test - @echo "***" - @echo "*** All tests passed. ***" - @echo "***" + @echo " " + @echo "+-------------------------------------------------+" + @echo "+ All tests passed, pcb-rnd is safe to install. +" + @echo "+-------------------------------------------------+" Index: trunk/tests/conf/tests/Makefile =================================================================== --- trunk/tests/conf/tests/Makefile (revision 5805) +++ trunk/tests/conf/tests/Makefile (revision 5806) @@ -8,9 +8,8 @@ .SUFFIXES: .ref .test .out .diff .REF all: $(TESTS) - @echo "*** QC pass. ***" + @echo "conf: *** QC PASS ***" - .test.out: @../conftest < $*.test >$*.out Index: trunk/tests/pcb-printf/Makefile =================================================================== --- trunk/tests/pcb-printf/Makefile (revision 5805) +++ trunk/tests/pcb-printf/Makefile (revision 5806) @@ -10,7 +10,7 @@ all: tester_spd prcli test: tester.diff - @echo "*** all ok, QC PASS ***" + @echo "pcb-printf: *** QC PASS ***" @rm tester.stdout ; true prcli: prcli.o $(SRC)/pcb-printf.o $(SRC)/misc_util.o $(LIBPCB_BASE) $(GDS) Index: trunk/tests/pcbflags/Makefile =================================================================== --- trunk/tests/pcbflags/Makefile (revision 5805) +++ trunk/tests/pcbflags/Makefile (revision 5806) @@ -1,4 +1,4 @@ all: test: - @./test.sh && echo "pcbflags: *** QC pass ***" + @./test.sh && echo "pcbflags: *** QC PASS ***" Index: trunk/tests/propedit/Makefile =================================================================== --- trunk/tests/propedit/Makefile (revision 5805) +++ trunk/tests/propedit/Makefile (revision 5806) @@ -16,7 +16,7 @@ all: tester test: tester.diff - @echo "propedit: *** QC passed ***" + @echo "propedit: *** QC PASS ***" @rm tester.out tester: tester.o $(PED)/props.o $(LIB_OBJS) Index: trunk/tests/remote/test_all.sh =================================================================== --- trunk/tests/remote/test_all.sh (revision 5805) +++ trunk/tests/remote/test_all.sh (revision 5806) @@ -17,7 +17,7 @@ if test $fail = 0 then - echo "remote: *** QC PASS ***" + echo "remote: *** QC PASS ***" else echo "remote: FAIL: $fail of $all" fi Index: trunk/tests/strflags/Makefile =================================================================== --- trunk/tests/strflags/Makefile (revision 5805) +++ trunk/tests/strflags/Makefile (revision 5806) @@ -7,7 +7,7 @@ all: tester test: tester.diff - @echo "strflags: *** QC PASS ***" + @echo "strflags: *** QC PASS ***" @rm tester.stdout tester: tester.o $(GDS) Index: trunk/tests/uniq_name/Makefile =================================================================== --- trunk/tests/uniq_name/Makefile (revision 5805) +++ trunk/tests/uniq_name/Makefile (revision 5806) @@ -10,7 +10,7 @@ all: tester test: tester.diff - @echo "uniq_name: *** QC passed ***" + @echo "uniq_name: *** QC PASS ***" @rm tester.out tester: tester.o $(UNM)/uniq_name.o $(LIB_OBJS)