diff options
author | Jan Wagner <waja@cyconet.org> | 2015-10-05 07:59:50 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2015-10-05 07:59:50 (GMT) |
commit | 2369338191cbf1772d868617aec89893f9e9538d (patch) | |
tree | 859e925fcdca3d0acf465527ddece45d8cca1f99 | |
parent | 8b2a2b1f4a4b0f41bc4f27b20bc7792913c65a54 (diff) | |
download | monitoring-plugins-2369338191cbf1772d868617aec89893f9e9538d.tar.gz |
plugins-scripts/Makefile.am: Cosmetical changes
-rw-r--r-- | plugins-scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 6970324..c829c10 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am | |||
@@ -36,7 +36,7 @@ TESTS = @SCRIPT_TEST@ | |||
36 | test: | 36 | test: |
37 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl | 37 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl |
38 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test | 38 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test |
39 | for PLSCRIPTS in *.pl; do perl -wc $$PLSCRIPTS || exit 1; done | 39 | for SCRIPT in *.pl; do perl -wc $$SCRIPT || exit 1; done |
40 | 40 | ||
41 | test-debug: | 41 | test-debug: |
42 | NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl | 42 | NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl |