X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbabeltrace-benchmark%2Fbenchmark.sh;fp=scripts%2Fbabeltrace-benchmark%2Fbenchmark.sh;h=57a788f67d2af6561f6f50986bcde7a12be6e626;hb=51c9c62db1805a4cdd96be18df4082f1ac5d81c5;hp=c9f579c90300cdf8e3f8eef67ce6f9e968e533da;hpb=4d27af8f99434c6dcadf1d22430d4e8a27b8bee2;p=lttng-ci.git diff --git a/scripts/babeltrace-benchmark/benchmark.sh b/scripts/babeltrace-benchmark/benchmark.sh index c9f579c..57a788f 100755 --- a/scripts/babeltrace-benchmark/benchmark.sh +++ b/scripts/babeltrace-benchmark/benchmark.sh @@ -1,6 +1,6 @@ -#!/bin/bash -exu +#!/bin/bash # -# Copyright (C) 2019 - Jonathan Rajotte-Julien +# Copyright (C) 2019 Jonathan Rajotte-Julien # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +set -exu + SRC_DIR="$WORKSPACE/src/babeltrace" SCRIPT_DIR="$WORKSPACE/src/lttng-ci" RESULTS_DIR="$WORKSPACE/results"