summaryrefslogtreecommitdiffstats
path: root/fbench/util/pretest.sh
blob: 756a72e7c5fc7ae248d9cf27a4e683899ac64f6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#
# This script will be run by the 'runtests.sh' script before
# each individual test run.

# do not produce any output, log error messages to 'pretest.err'
exec > /dev/null 2>>pretest.err