Thread (20 messages) flat view 20 messages, 4 authors, 2021-08-18

Re: [PATCH v4 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases

From: Bagas Sanjaya <hidden>
Date: 2021-08-17 09:00:37

On 17/08/21 15.14, Miriam Rubio wrote:
+test_expect_success 'bisect run fails with exit code equals or greater than 128' '
+	write_script test_script.sh <<-\EOF &&
+	exit 128 >/dev/null
+	EOF
+	test_must_fail git bisect run ./test_script.sh > my_bisect_log.txt
+'
This only checks for exit code equals to 128. You should also check for 
exit code greater than 128, for example 255.
+
+test_expect_success 'bisect run fails with exit code smaller than 0' '
+	write_script test_script.sh <<-\EOF &&
+	exit -1 >/dev/null
+	EOF
+	test_must_fail git bisect run ./test_script.sh > my_bisect_log.txt
+'
This test looks OK, using -1 as representative of negative exit code. 
However, wording of test name can also be 'bisect run fails with 
negative exit code'.

Thanks for reviewing.

-- 
An old man doll... just what I always wanted! - Clara
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help