On Thu, Jan 20, 2022 at 07:22:00PM +0100, Thomas Huth wrote: > Seems like "STANDALONE" is too generic and causes a conflict in > certain environments (see bug link below). Add a prefix here to > decrease the possibility of a conflict here. > > Resolves: https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/issues/3 > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > arm/run | 2 +- > powerpc/run | 2 +- > s390x/run | 2 +- > scripts/mkstandalone.sh | 2 +- > scripts/runtime.bash | 4 ++-- > x86/run | 2 +- > 6 files changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>