diff options
Diffstat (limited to 'src/bank-lib/testing_api_helpers.c')
-rw-r--r-- | src/bank-lib/testing_api_helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bank-lib/testing_api_helpers.c b/src/bank-lib/testing_api_helpers.c index 5d371a1a5..2f5ea36f5 100644 --- a/src/bank-lib/testing_api_helpers.c +++ b/src/bank-lib/testing_api_helpers.c | |||
@@ -120,6 +120,7 @@ TALER_TESTING_has_in_name (const char *prog_name, | |||
120 | return strstr (prog_name + name_pos, marker) != NULL; | 120 | return strstr (prog_name + name_pos, marker) != NULL; |
121 | } | 121 | } |
122 | 122 | ||
123 | |||
123 | /** | 124 | /** |
124 | * Start the (Python) bank process. Assume the port | 125 | * Start the (Python) bank process. Assume the port |
125 | * is available and the database is clean. Use the "prepare | 126 | * is available and the database is clean. Use the "prepare |