X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fresources%2Flinux%2Ftest_utils.py;h=414b3f3b03ec3a1320d224a8e62f7a3c278c8eb9;hb=75a9c13d51a01652643281acd06fa78b93d68281;hp=907cb0a087b8679900f7afe3b017a01c19875e99;hpb=fc0434af3f42156b268e0e201f6b2083385c9dc5;p=nepi.git diff --git a/test/resources/linux/test_utils.py b/test/resources/linux/test_utils.py index 907cb0a0..414b3f3b 100644 --- a/test/resources/linux/test_utils.py +++ b/test/resources/linux/test_utils.py @@ -55,7 +55,7 @@ def skipIfNotAlive(func): def skipInteractive(func): name = func.__name__ def wrapped(*args, **kwargs): - mode = os.environ.get("NEPI_INTERACTIVE", False) + mode = os.environ.get("NEPI_INTERACTIVE_TEST", False) mode = mode and mode.lower() in ['true', 'yes'] if not mode: print "*** WARNING: Skipping test %s: Interactive mode off \n" % name