[cpp-opensaml] 10/10: Skip networked tests by default.

Scott Cantor cantor.2 at osu.edu
Mon Feb 3 19:30:12 EST 2020


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

scantor pushed a commit to branch master
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=5cf9bdc32bcfdde0dcc81c831cc390693b498baa

commit 5cf9bdc32bcfdde0dcc81c831cc390693b498baa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 3 19:29:53 2020 -0500

    Skip networked tests by default.
---
 samltest/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samltest/internal.h b/samltest/internal.h
index 0bf606a..d76e7b2 100644
--- a/samltest/internal.h
+++ b/samltest/internal.h
@@ -126,7 +126,7 @@ protected:
     }
 
     void skipNetworked() {
-        if (getenv("SAMLTEST_SKIP_NETWORKED")) {
+        if (!getenv("SAMLTEST_NETWORKED")) {
 #ifdef TS_SKIP
             TS_SKIP("requires network access");
 #endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list