From 94c4a18541ade3391b5b76f2565d41e937185d80 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Mon, 5 Jul 2004 21:41:28 +0000 Subject: added simple way to create a tarball just before the build is deleted. --- tests/testcurl.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/testcurl.pl b/tests/testcurl.pl index b59c035e3..ac569fe8f 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"; -- cgit v1.2.3