summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 9901269b..065e725a 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -27,7 +27,6 @@ where:
--report push results to DB (false by default)
examples:
- $(basename "$0")
$(basename "$0") -s posca_factor_test"
# Define global variables
@@ -42,11 +41,11 @@ cleanup=false
# Define alias for log printing
info () {
- logger -s -t "bottlenecks.info" "$*"
+ logger -s -t "BOTTLENECKS INFO" "$*"
}
error () {
- logger -s -t "bottlenecks.error" "$*"
+ logger -s -t "BOTTLENECKS ERROR" "$*"
exit 1
}