From 905cfa85d1b50e16713188bd430bae2fb7e82b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 1 May 2023 19:14:03 +0200 Subject: [PATCH] fix --- scripts/install | 1 - tests.toml | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 tests.toml diff --git a/scripts/install b/scripts/install index ef3fbe6..5c8ee36 100644 --- a/scripts/install +++ b/scripts/install @@ -14,7 +14,6 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Installing OpenTracker..." --weight=5 -#REMOVEME? ynh_app_setting_set --app=$app --key=install_dir --value=$install_dir git clone git://erdgeist.org/opentracker "$install_dir" --quiet cp ../conf/Makefile $install_dir/Makefile cp ../conf/opentracker.conf.sample $install_dir/opentracker.conf diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..55d5cb2 --- /dev/null +++ b/tests.toml @@ -0,0 +1,8 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ + \ No newline at end of file