From 094c9fb11f01c03a085766eae00433795104bc6f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 29 Apr 2022 18:10:51 +0200 Subject: [PATCH] rename nosfa into nofed as it otherwise fools the tests to believe they must test sfa --- scripts/builds.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 92fdd9f..20516db 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -20,7 +20,8 @@ # Mar 2019: sfa is python3 # Apr 2019: retrofit - default is sfa-4.0.3 i.e. python2, too much fuss otherwise -/root/bin/lbuild-nightly.sh -f f35 -b @DATE@--f35-nosfa & +# avoid using sfa in the build name, the tests then believe there is sfa available +/root/bin/lbuild-nightly.sh -f f35 -b @DATE@--f35-nofed & /root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-serverside & [ -n "$SINGLE" ] && exit -- 2.43.0