6ee4abe797
Remove resolved scriptlets Don't install tests Resolves: RHEL-46277,RHEL-46576,RHEL-46280
29 lines
928 B
Diff
29 lines
928 B
Diff
From df1e7d9572fab94209989f341bb1e1a86d88223b Mon Sep 17 00:00:00 2001
|
|
From: Luca Boccassi <bluca@debian.org>
|
|
Date: Sun, 16 Jun 2024 19:21:32 +0100
|
|
Subject: [PATCH] test: drop obsolete comment
|
|
|
|
We want to keep various logic here instead of mkosi, so drop the
|
|
temporary comment
|
|
|
|
(cherry picked from commit 626518ecd5e7b0c0c708ba53d7eb62934506ed54)
|
|
---
|
|
test/integration-test-wrapper.py | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py
|
|
index 5b098a3e01..1e015e7d47 100755
|
|
--- a/test/integration-test-wrapper.py
|
|
+++ b/test/integration-test-wrapper.py
|
|
@@ -2,10 +2,6 @@
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
'''Test wrapper command for driving integration tests.
|
|
-
|
|
-Note: This is deliberately rough and only intended to drive existing tests
|
|
-with the expectation that as part of formally defining the API it will be tidy.
|
|
-
|
|
'''
|
|
|
|
import argparse
|