[svn:parrot] r37177 - trunk/t
rurban at svn.parrot.org
rurban at svn.parrot.org
Sat Mar 7 20:02:38 UTC 2009
Author: rurban
Date: Sat Mar 7 20:02:37 2009
New Revision: 37177
URL: https://trac.parrot.org/parrot/changeset/37177
Log:
add myconfig and config_lib.pasm to smolder tar reports
Modified:
trunk/t/harness
Modified: trunk/t/harness
==============================================================================
--- trunk/t/harness Sat Mar 7 20:01:13 2009 (r37176)
+++ trunk/t/harness Sat Mar 7 20:02:37 2009 (r37177)
@@ -87,6 +87,7 @@
archive => 'parrot_test_run.tar.gz',
merge => 1,
extra_properties => \%env_data,
+ extra_files => [ 'myconfig', 'config_lib.pasm' ],
}
);
$harness->runtests(@tests);
More information about the parrot-commits
mailing list