aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/util/pretest.sh
blob: 1bf2a0372f847e87aae65b8fedd849db553fc2fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Copyright Yahoo. 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