Add missing character to aarch functest conf file
[functest.git] / functest / utils / env.py
index 2fb766d..d7b396e 100644 (file)
@@ -32,7 +32,8 @@ class Environment(object):
             if k not in os.environ:
                 self.__setattr__(k, v)
         self._set_ci_run()
-        self._set_ci_loop()
+        if 'CI_LOOP' not in os.environ:
+            self._set_ci_loop()
 
     def _set_ci_run(self):
         if self.BUILD_TAG: