]> granicus.if.org Git - fortune-mod/commitdiff
refactoring of the ci scripts
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 28 Dec 2019 12:09:08 +0000 (14:09 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 28 Dec 2019 12:09:08 +0000 (14:09 +0200)
CI-testing/continuous-integration-testing.pl

index 0a1c667fc45ebd3d847032b2d16e87ffd24a4126..fb103b59252d7563d84e9ce02ddf11f55dc9af00 100644 (file)
@@ -13,7 +13,7 @@ sub do_system
     my ($args) = @_;
 
     my $cmd = $args->{cmd};
-    print "Running [@$cmd]";
+    print "Running [@$cmd]\n";
     if ( system(@$cmd) )
     {
         die "Running [@$cmd] failed!";