add comments to patches

This commit is contained in:
sthen 2022-08-21 13:31:00 +00:00
parent d84e2a47f8
commit b98ba454ba
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,5 @@
https://github.com/netinvent/command_runner/pull/19
Index: command_runner/__init__.py
--- command_runner/__init__.py.orig
+++ command_runner/__init__.py

View File

@ -1,3 +1,11 @@
From 41df37eb00197567768f9e82ee9c0006f8dbcb1d Mon Sep 17 00:00:00 2001
From: Stuart Henderson <sthen@users.noreply.github.com>
Date: Sat, 20 Aug 2022 10:59:45 +0000
Subject: [PATCH] use standard ping(8) arguments in tests
Change the command line for ping in tests.
Traditional UNIX ping only accepts flags before the address.
Index: tests/test_command_runner.py
--- tests/test_command_runner.py.orig
+++ tests/test_command_runner.py