fix config

This commit is contained in:
Christian Grothoff 2016-03-01 15:58:22 +01:00
parent b5cba32510
commit 89a7de3d30
2 changed files with 1 additions and 1 deletions

2
src/exchange/test_taler_exchange_httpd.sh Normal file → Executable file
View File

@ -26,7 +26,7 @@ taler-exchange-keyup -d test-exchange-home -m test-exchange-home/master.priv
# Run Exchange HTTPD (in background) # Run Exchange HTTPD (in background)
taler-exchange-httpd -d test-exchange-home & taler-exchange-httpd -d test-exchange-home &
# Give HTTP time to start # Give HTTP time to start
sleep 2 sleep 5
# Run test... # Run test...
cat test_taler_exchange_httpd.data | grep -v ^\# | awk '{ print "curl -d '\''" $2 "'\'' http://localhost:8081"$1 }' | bash cat test_taler_exchange_httpd.data | grep -v ^\# | awk '{ print "curl -d '\''" $2 "'\'' http://localhost:8081"$1 }' | bash
# Stop HTTP server # Stop HTTP server