diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-05 21:41:28 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-05 21:41:28 +0000 |
commit | 94c4a18541ade3391b5b76f2565d41e937185d80 (patch) | |
tree | c8eeacc9b3bf9782016773ccf67936ff910875b3 /tests | |
parent | bdcf8d626d561b939a94a214f7940d231e43b02d (diff) |
added simple way to create a tarball just before the build is deleted.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |