aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-06-20 15:53:11 -0700
committerJunio C Hamano <gitster@pobox.com>2023-06-20 15:53:11 -0700
commit7f9b5ff41ecc069753cb60e375286e4c90fe3bbd (patch)
tree4c1cbdad7d71937fe2af4fc2b55e940b4dd2392f
parent40693ae926d8c69f1c1812de74698b6980fb360e (diff)
parente48a21df65003b4f660466cdb49a97e76ae89f33 (diff)
downloadgit-7f9b5ff41ecc069753cb60e375286e4c90fe3bbd.tar.xz
Merge branch 'tz/test-fix-pthreads-prereq'
Test fix. * tz/test-fix-pthreads-prereq: trace2 tests: fix PTHREADS prereq
-rwxr-xr-xt/t0211-trace2-perf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0211-trace2-perf.sh b/t/t0211-trace2-perf.sh
index b4e9135118..cfba686132 100755
--- a/t/t0211-trace2-perf.sh
+++ b/t/t0211-trace2-perf.sh
@@ -203,7 +203,7 @@ test_expect_success 'stopwatch timer test/test1' '
have_timer_event "main" "timer" "test" "test1" 5 actual
'
-test_expect_success PTHREAD 'stopwatch timer test/test2' '
+test_expect_success PTHREADS 'stopwatch timer test/test2' '
test_when_finished "rm trace.perf actual" &&
test_config_global trace2.perfBrief 1 &&
test_config_global trace2.perfTarget "$(pwd)/trace.perf" &&
@@ -249,7 +249,7 @@ test_expect_success 'global counter test/test1' '
have_counter_event "main" "counter" "test" "test1" 15 actual
'
-test_expect_success PTHREAD 'global counter test/test2' '
+test_expect_success PTHREADS 'global counter test/test2' '
test_when_finished "rm trace.perf actual" &&
test_config_global trace2.perfBrief 1 &&
test_config_global trace2.perfTarget "$(pwd)/trace.perf" &&