From 145cad9e0bb7236f780fdb8f3325c0b504bc3c06 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 2 Apr 2020 08:23:21 +0200 Subject: [PATCH] build/test: pass correct environment to tests Avoids breakage of inline checks during test step. --- build/test.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/test.sh b/build/test.sh index 137fea2..3412362 100644 --- a/build/test.sh +++ b/build/test.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2014-2018 Franco Fichtner +# Copyright (c) 2014-2020 Franco Fichtner # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -56,13 +56,13 @@ EOF echo ">>> Running ${PLUGINSDIR} test suite..." chroot ${STAGEDIR} /bin/sh -es <>> Running ${COREDIR} test suite..." chroot ${STAGEDIR} /bin/sh -es <