Move the compile and execute logic to standalone scripts
[gruntmaster-daemon.git] / t / 01-jobs.t
index e573a954544023ed9e06cc4f1b58445549370dda..2365b12dfab7e5097c3a85bf0bfe7a4654f0f2e7 100644 (file)
@@ -27,6 +27,8 @@ log4perl.appender.stderr.layout.ConversionPattern = [\%d] [\%F{1}:\%M{1}:\%L] [\
 CONF
 Log::Log4perl->init(\$log_conf);
 
+$ENV{PATH}.=':' . cwd;
+
 sub check_job{
   my $job = shift;
   my $meta = LoadFile "$job/meta.yml";
This page took 0.009549 seconds and 4 git commands to generate.