test: Don't be unnecessarily noisy in this test

This is confusing if you're looking for an error in the test.
This commit is contained in:
James Shubin
2019-01-17 19:33:35 -05:00
parent b89e2dcd3c
commit e20555d4bc

View File

@@ -1,7 +1,7 @@
#!/bin/bash -e
mkdir -p /tmp/mgmt/
rm /tmp/mgmt/f1 || true
rm /tmp/mgmt/f1 &>/dev/null || true
# run empty graph, with prometheus support
$timeout --kill-after=60s 55s "$MGMT" run --tmp-prefix yaml --yaml=file-move.yaml 2>&1 | tee /tmp/mgmt/file-move.log &