nbdkit/0001-tests-test-nozero.sh-A...

26 lines
605 B
Diff

From 5dc844e5b481b32915d38a9e5dd32bef3e698957 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Fri, 31 Jul 2020 08:51:37 +0100
Subject: [PATCH 1/2] tests/test-nozero.sh: Add set -x.
Used to track down a failure in this test which only happens in Koji.
---
tests/test-nozero.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/test-nozero.sh b/tests/test-nozero.sh
index 444c1b70..9a815814 100755
--- a/tests/test-nozero.sh
+++ b/tests/test-nozero.sh
@@ -32,6 +32,7 @@
source ./functions.sh
set -e
+set -x
sock2=`mktemp -u`
sock3=`mktemp -u`
--
2.28.0.rc2