summaryrefslogtreecommitdiffstats
path: root/fbench/util/pretest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/util/pretest.sh')
-rwxr-xr-xfbench/util/pretest.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/fbench/util/pretest.sh b/fbench/util/pretest.sh
deleted file mode 100755
index 1bf2a0372f8..00000000000
--- a/fbench/util/pretest.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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
-