summarylogtreecommitdiffstats
path: root/vtebench.install
diff options
context:
space:
mode:
Diffstat (limited to 'vtebench.install')
-rw-r--r--vtebench.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/vtebench.install b/vtebench.install
index 38a18fe87281..0318239d2069 100644
--- a/vtebench.install
+++ b/vtebench.install
@@ -1,6 +1,5 @@
post_install() {
-
- echo ""
- echo "vtebench accepts benchmarks as executables and uses their stdout as benchmark payload. By default benchmarks are read from the ./benchmarks directory, which contains a good selection of benchmarks already. Benchmarks in vtebench are defined as a directory with a benchmark and an optional setup executable."
- echo ""
+
+ echo "vtebench accepts benchmarks as executables and uses their stdout as benchmark payload. By default benchmarks are read from the ./benchmarks directory, which contains a good selection of benchmarks already. Benchmarks in vtebench are defined as a directory with a benchmark and an optional setup executable."
+
}