Skip to content

Commit

Permalink
Better test make rule, and removed some debug from http test
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Harris committed Jan 26, 2011
1 parent a37161e commit b7ba14e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
test:
all:

test: test-query test-httpd

test-query:
(cd query && pwd && ./setup.sh --autorun)

test-httpd:
(cd httpd && pwd && ./run.pl)

EXTRA_DIST = query/setup.sh query/run.pl query/exemplar query/scripts \
Expand Down
2 changes: 0 additions & 2 deletions tests/httpd/run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
$SIG{USR2} = 'IGNORE';
$SIG{TERM} = 'IGNORE';

print join("\n", keys %SIG);

if ($ARGV[0]) {
if ($ARGV[0] eq "--exemplar") {
$outdir = "exemplar";
Expand Down

0 comments on commit b7ba14e

Please sign in to comment.