From: Gunter Knauf Date: Mon, 5 Jul 2004 21:41:28 +0000 (+0000) Subject: added simple way to create a tarball just before the build is deleted. X-Git-Tag: curl-7_12_1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c4a18541ade3391b5b76f2565d41e937185d80;p=thirdparty%2Fcurl.git added simple way to create a tarball just before the build is deleted. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index b59c035e37..ac569fe8f5 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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";