Re: Single machine version of the test suite.
[email protected] (Nicholas Clark)
| Newsgroups | perl.qa,perl.daily-build |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 05, 2001 at 11:57:13AM +0100, H.Merijn Brand wrote:
> Not tested!
> very much easified, no NFS, no multi C-compilers, no install
> added some comments
Having some "fun" with it - it seems to think that there are failures when
there are none.
Without solving those, I'd suggest:
--- smoke.sh~ Mon Aug 6 15:36:53 2001
+++ smoke.sh Mon Aug 6 15:40:07 2001
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#!/bin/sh
# This should be run with cron
--- mktest.pl Tue Aug 7 09:58:51 2001
+++ mktest.pl~ Fri Jan 5 11:27:36 2001
@@ -74,7 +74,7 @@
}
print TTY "\nConfigure ...";
- qx "./Configure -Dusedevel $conf $tconf $uconf -des";
+ qx "Configure -Dusedevel $conf $tconf $uconf -des";
unless (-f "Makefile" && -s "config.sh") {
print TTY " Unable to configure perl in this configuration\n";
I'll send patches when I figure out what the solutions are.
Nick