Skip to content

Commit

Permalink
test-bulk-schema: Fix test for non-interactive shell session.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmai committed Aug 30, 2019
1 parent beb6b8a commit 69a68db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgraph/cmd/bulk/systest/test-bulk-schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function QuerySchema
function DoExport
{
INFO "running export"
docker exec -it bank-dg1 curl localhost:$HTTP_PORT/admin/export &>/dev/null
docker exec bank-dg1 curl localhost:$HTTP_PORT/admin/export &>/dev/null
sleep 2
docker cp bank-dg1:/data/dg1/export .
sleep 1
Expand Down

0 comments on commit 69a68db

Please sign in to comment.