summarylogtreecommitdiffstats
path: root/vtebench.install
diff options
context:
space:
mode:
authorVincent Grande2021-03-29 15:40:44 -0400
committerVincent Grande2021-03-29 15:40:44 -0400
commitd7f3657ddbb14a04699da443aabb767ad7e91b50 (patch)
tree48f061f78b4382068d688767c72d5dffd6b71b9f /vtebench.install
parente9b82325d1cab7bc6d20d3e34f935b507276075d (diff)
downloadaur-d7f3657ddbb14a04699da443aabb767ad7e91b50.tar.gz
revert install commit
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."
+
}