]> granicus.if.org Git - curl/commitdiff
added simple way to create a tarball just before the build is deleted.
authorGunter Knauf <gk@gknw.de>
Mon, 5 Jul 2004 21:41:28 +0000 (21:41 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 5 Jul 2004 21:41:28 +0000 (21:41 +0000)
tests/testcurl.pl

index b59c035e379606e6ad4f4ffd8db783ec9d95a4d4..ac569fe8f59b77337f4e8f9613438207d00c81f7 100755 (executable)
@@ -459,5 +459,10 @@ if ($gnulikebuild) {
   print "TESTDONE: 1 tests out of 0 (dummy message)\n"; # dummy message to feign success
 }
 
+# simple way to create a tarball just before the build is deleted.
+if (-f '../mktarball') {
+  system('../mktarball');
+}
+
 # mydie to cleanup
 mydie "ending nicely";