File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -675,18 +675,6 @@ die () {
675
675
fi
676
676
}
677
677
678
- file_lineno () {
679
- test -z " $GIT_TEST_FRAMEWORK_SELFTEST " && test -n " $BASH " || return 0
680
- local i
681
- for i in ${! BASH_SOURCE[*]}
682
- do
683
- case $i ," ${BASH_SOURCE[$i]##*/ } " in
684
- 0,t[0-9]* .sh) echo " t/${BASH_SOURCE[$i]} :$LINENO : ${1+$1 : } " ; return ;;
685
- * ,t[0-9]* .sh) echo " t/${BASH_SOURCE[$i]} :${BASH_LINENO[$(($i-1))]} : ${1+$1 : } " ; return ;;
686
- esac
687
- done
688
- }
689
-
690
678
GIT_EXIT_OK=
691
679
trap ' die' EXIT
692
680
# Disable '-x' tracing, because with some shells, notably dash, it
@@ -732,7 +720,7 @@ test_failure_ () {
732
720
write_junit_xml_testcase " $1 " " $junit_insert "
733
721
fi
734
722
test_failure=$(( $test_failure + 1 ))
735
- say_color error " $( file_lineno error ) not ok $test_count - $1 "
723
+ say_color error " not ok $test_count - $1 "
736
724
shift
737
725
printf ' %s\n' " $* " | sed -e ' s/^/# /'
738
726
test " $immediate " = " " || { finalize_junit_xml; GIT_EXIT_OK=t; exit 1; }
You can’t perform that action at this time.
0 commit comments