aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-30 10:18:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-30 10:18:47 +0000
commitbdea56cd3ffcb76cea2fc85490d5bdfaa7a01ca8 (patch)
tree267e25ee4fe488a9e27423ce4237116eef2222ca /tests/runtests.pl
parent8a3ec2c65959ced60d5f0ec97d5d0da7db4d46e6 (diff)
big-time alert that this doesn't work
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index d905c9b7b..298c7f60b 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -835,6 +835,36 @@ if($testthis[0] ne "") {
$TESTCASES=join(" ", @testthis);
}
+############################################################################
+#
+# don't let anyone think this works right now
+
+print <<EOM
+ ***************************************************************************
+
+ THIS DOES NOT WORK
+
+ ***************************************************************************
+
+ Things in curl-land have changed, but the test suite has not been fixed
+ accordingly and thus, the test suite is currently more or less useless.
+
+ *PLEASE* help us fixing this. We have to make our new test server written
+ in C work and get used instead of the perl version previously used.
+
+ The working version of the test server is found here:
+
+ http://curl.haxx.se/dev/sws-0.2.tar.gz
+
+ If you unpack this in the tests/ directory and run the server in there, you
+ can actually get test-responses if you do like this:
+
+ \$ ./sws 8080 &
+ \$ curl localhost:8080/3
+
+EOM
+ ;
+
#######################################################################
# Output curl version and host info being tested