adding configuration for testing mint httpd
This commit is contained in:
parent
cbcd82e1fc
commit
8cd29d1670
@ -216,10 +216,10 @@ main (int argc,
|
||||
"taler-mint-httpd",
|
||||
"-d", "test-mint-home",
|
||||
NULL);
|
||||
/* give child time to start and bind against the socket */
|
||||
sleep (1);
|
||||
result = GNUNET_SYSERR;
|
||||
GNUNET_SCHEDULER_run (&run, NULL);
|
||||
sleep (60);
|
||||
GNUNET_OS_process_kill (mintd,
|
||||
SIGTERM);
|
||||
GNUNET_OS_process_wait (mintd);
|
||||
|
Loading…
Reference in New Issue
Block a user