fix twisted test.

This commit is contained in:
Marcello Stanisci 2020-01-17 12:43:11 +01:00
parent 55e943829b
commit 153dcdbc61
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -83,6 +83,12 @@ static void
run (void *cls,
struct TALER_TESTING_Interpreter *is)
{
GNUNET_asprintf (&twisted_account_url,
"%s%s/",
twister_url,
"alice");
struct TALER_TESTING_Command commands[] = {
/**
* Can't use the "wait service" CMD here because the
@ -98,10 +104,6 @@ run (void *cls,
TALER_TESTING_cmd_end ()
};
GNUNET_asprintf (&twisted_account_url,
"%s/%s",
twister_url,
"alice");
if (GNUNET_YES == with_fakebank)
TALER_TESTING_run_with_fakebank (is,
commands,