From eed45e3ede49a25bad2904f0b7669d26c5c405e4 Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Sun, 26 May 2024 01:08:03 +1200 Subject: [PATCH] Fix badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea7f383a5d1..f1e999d343c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overview -[![Build status](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg)](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg) +[![Build and test status](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg?branch=master)](https://github.com/rr-debugger/rr/actions) rr is a lightweight tool for recording, replaying and debugging execution of applications (trees of processes and threads). Debugging extends gdb with very efficient reverse-execution, which in combination with standard gdb/x86 features like hardware data watchpoints, makes debugging much more fun. More information about the project, including instructions on how to install, run, and build rr, is at [https://rr-project.org](https://rr-project.org). The best technical overview is currently the paper [Engineering Record And Replay For Deployability: Extended Technical Report](https://arxiv.org/pdf/1705.05937.pdf).