summaryrefslogtreecommitdiff
path: root/benchmarks/appman-bench/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/appman-bench/run.sh')
-rwxr-xr-xbenchmarks/appman-bench/run.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/appman-bench/run.sh b/benchmarks/appman-bench/run.sh
index eb5b894c..e79846bd 100755
--- a/benchmarks/appman-bench/run.sh
+++ b/benchmarks/appman-bench/run.sh
@@ -1,11 +1,12 @@
#!/bin/bash
#############################################################################
##
+## Copyright (C) 2019 The Qt Company Ltd.
## Copyright (C) 2019 Luxoft Sweden AB
## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the Luxoft Application Manager.
+## This file is part of the Qt Application Manager.
##
## $QT_BEGIN_LICENSE:BSD-QTAS$
## Commercial License Usage
@@ -117,7 +118,7 @@ run_test()
echo "Running $test_qml in $temp_folder"
cp $test_qml $temp_folder/test.qml
- (cd $temp_folder && $APPMAN -c am-config.yaml -r --no-dlt-logging)
+ (cd $temp_folder && $APPMAN -c am-config.yaml --clear-cache --no-dlt-logging)
}
if [ -n "$TEST" ]