[Bps-public-commit] r11389 - in SVN-PropDB: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Apr 2 06:29:24 EDT 2008


Author: jesse
Date: Wed Apr  2 06:29:24 2008
New Revision: 11389

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/Test/Participant.pm

Log:
 r28987 at 31b:  jesse | 2008-04-02 00:29:07 -1000
 add usernames


Modified: SVN-PropDB/lib/Prophet/Test/Participant.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Test/Participant.pm	(original)
+++ SVN-PropDB/lib/Prophet/Test/Participant.pm	Wed Apr  2 06:29:24 2008
@@ -197,7 +197,7 @@
         die "I don't know how to do the $cmd";
     }
     select($old_fh) if defined $old_fh;
-    ok(1, join(" ", $cmd, @ARGV));
+    ok(1, join(" ", $ENV{'PROPHET_USER'}, $cmd, @ARGV));
 
     return ( $ret, $str, undef);
 }



More information about the Bps-public-commit mailing list