From 2b4f2a009d98df14b797925b9a424e3ec2c16f5b Mon Sep 17 00:00:00 2001 From: "tristan.ramseyer" Date: Mon, 11 Jul 2022 02:03:16 +0200 Subject: [PATCH] Updated HACKING.rst to not skip tests. --- HACKING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index d7855a61b..2ed8646c0 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -78,10 +78,10 @@ Debian/Ubuntu $ git clone git://github.com/LibrePlan/libreplan.git -* Compile project while skipping tests (since they currently do not work at least on Ubuntu 18.04, 20.04 and newer):: +* Compile project:: $ cd libreplan/ - $ mvn -DskipTests clean install + $ mvn clean install * Launch application::