aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-07-05 21:41:28 +0000
committerGunter Knauf <gk@gknw.de>2004-07-05 21:41:28 +0000
commit94c4a18541ade3391b5b76f2565d41e937185d80 (patch)
treec8eeacc9b3bf9782016773ccf67936ff910875b3 /tests/testcurl.pl
parentbdcf8d626d561b939a94a214f7940d231e43b02d (diff)
added simple way to create a tarball just before the build is deleted.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl5
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";