#!/bin/bash
###############################################################################
# Arcv-test
# 
# Copyright (c) 2026 Michel MEHL. All rights reserved. 
# 
# License terms written down in file LICENSE.txt
# Release file path: dock-run-test-app-auto
# Release file date: 2026-07-26 13:05
# App version: 1.0.1
# App source revision: 153
# App source signature: 2be56a9c9c90716e56960ba0fee106882c6f78f7e63cfbe5a31251166aa7cb54
# Source file last modification: 2026-07-23 13:10:38.218971230 +0200
#
# This header was generated. Do not modify.
#
# ------------------------------------------------------------------------------
#
# Installs the app and all dependencies to run the test and then
# runs the tests in automatic mode
#
# ------------------------------------------------------------------------------
# 
# Report bugs and suggestions: 
#     assistance@slashetc.fr
# 
# Specific or corporate requirements or extensions: 
#     info@slashetc.fr
# 
# The author is overall not required to provide maintenance or support 
# outside specific commercial terms agreed.
# 
###############################################################################
source "/home/dock-install-app" "run"

echo "Executing all tests in automatic mode"
echo
test_arcv --force-defaults -C all -y -T -a

echo "Trying to upload the test report"
echo
ls -1 test-report-* 
scp test-report-* michel@riffian-dell:siteweb/developertoolsforlinux/
