aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-12-10 18:16:48 +0100
committerAngelo Naselli <anaselli@linux.it>2014-12-10 18:16:48 +0100
commit742aef75e939b44cbeccc5304e265b6fa59235d2 (patch)
tree65efdae417bfd09b040b825517bfc43e1046fd1b /README.md
parent735e5e5992d445c7ff30d3a83275b0eb9951f09d (diff)
downloadmanatools-742aef75e939b44cbeccc5304e265b6fa59235d2.tar
manatools-742aef75e939b44cbeccc5304e265b6fa59235d2.tar.gz
manatools-742aef75e939b44cbeccc5304e265b6fa59235d2.tar.bz2
manatools-742aef75e939b44cbeccc5304e265b6fa59235d2.tar.xz
manatools-742aef75e939b44cbeccc5304e265b6fa59235d2.zip
Skipped GUI dialog testing (enable them by running make test TEST_GUI=1)
thanks to Thierry Vignaud for the suggestion
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 27c85def..b07210d0 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,9 @@ To install this module, run the following commands:
make test
make install
+To test gui dialogs run:
+ make test TEST_GUI=1
+
To install this module with local::lib (see perldoc local::lib for
details)
# add also -MCPAN if you want to install from cpan locally
@@ -62,9 +65,9 @@ details)
make test
make install
-Since admin panel works with root privilege you can do the above
-or just install it locally and run as root but using user environment
-variable to know which ones run perl -Mlocal::lib as user and
+Since admin panel works with root privileges you can do the above
+and install it locally then run tools as root adding your user environment
+variables, to know which ones run perl -Mlocal::lib as user and
execute the output as root.