From 851a814555e2d97e5ecf8d74a718ccff1294d24a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Aug 2021 22:28:05 +0100 Subject: [PATCH] uml/run-test: Note that this is a decoy Signed-off-by: Ian Jackson --- uml/run-test | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/uml/run-test b/uml/run-test index 773d637..47ff7b7 100755 --- a/uml/run-test +++ b/uml/run-test @@ -1,4 +1,11 @@ #!/bin/sh +# Copyright 2021 Ian Jackson and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + +# *** This does not work. *** +# UML is too horribly flaky. Use test/ instead, which just uses unshare! + set -e set -x -- 2.30.2