Searched refs:test_cli (Results 1 – 4 of 4) sorted by relevance
4 Subject: [PATCH] test_cli.py: disable15 tests/test_cli.py | 1 +18 diff --git a/tests/test_cli.py b/tests/test_cli.py20 --- a/tests/test_cli.py21 +++ b/tests/test_cli.py
152 static bool test_cli(void) in test_cli() function195 expect_gp_sti(test_cli()); in main()246 expect_gp_sti(test_cli()); in main()
14 file://0001-test_cli.py-disable.patch \
17 static char *make_cli(const GString *generic_cli, const char *test_cli) in make_cli() argument19 return g_strdup_printf("%s %s", generic_cli->str, test_cli); in make_cli()