fixed issue with pathnames not being stricken from the tar

pull/117/head
Dakota Benjamin 2015-06-10 14:26:50 -04:00
rodzic ea8ce0719b
commit aed578d079
1 zmienionych plików z 1 dodań i 2 usunięć

3
run.pl
Wyświetl plik

@ -843,8 +843,7 @@ switch ($args{"--start-with"}) {
if($args{"--zip-results"} eq "true") {
print "\nCompressing results - "; now(); print "\n";
print "\n";
run("tar -czf $jobOptions{jobDir}-results.tar.gz $jobOptions{jobDir}-results/*");
run("cd $jobOptions{jobDir}-results/ && tar -czf $jobOptions{jobDir}-results.tar.gz *");
}
print "\n";