gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 128/264: appveyor: use random test server ports based upon APPVE


From: gnunet
Subject: [gnurl] 128/264: appveyor: use random test server ports based upon APPVEYOR_API_URL
Date: Thu, 30 Apr 2020 16:07:11 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 45b843cbb8b18a4474624e1bcce05171b845ac75
Author: Marc Hoersken <address@hidden>
AuthorDate: Mon Mar 9 13:51:35 2020 +0100

    appveyor: use random test server ports based upon APPVEYOR_API_URL
    
    Avoid conflicts of test server ports with AppVeyor API on localhost.
    
    Closes #5034
---
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index c672ac96d..c5d1e0851 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -249,7 +249,8 @@ build_script:
 
 test_script:
     - if %TESTING%==ON (
-        bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -p 
!flaky %DISABLED_TESTS%" )
+        echo APPVEYOR_API_URL=%APPVEYOR_API_URL% &&
+        bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a 
-b$(($(echo '%APPVEYOR_API_URL%' | cut -d'/' -f3 | cut -d':' -f2)+1)) -p !flaky 
%DISABLED_TESTS%" )
 
 # whitelist branches to avoid testing feature branches twice (as branch and as 
pull request)
 branches:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]