in reply to Re^2: make test hangs
in thread make test hangs
as described above to be sure that the test indeed finishes. Please do so and post the results.#!/usr/bin/perl -w use strict; use Test::More qw( no_plan ); ok(1);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: make test hangs
by WolliK (Acolyte) on Feb 16, 2015 at 17:00 UTC |