Searched refs:ci_environment (Results 1 – 4 of 4) sorted by relevance
49 const char *ci_environment(void);
326 const char *ci_environment(void) { in ci_environment() function
862 if (strstr_ptr(ci_environment(), "github-actions")) { in test_exec_dynamicuser()1209 … if (strstr_ptr(ci_environment(), "travis") || strstr_ptr(ci_environment(), "github-actions")) { in main()
106 !ci_environment()) in _check_states()