Reviewed by Sam.
* Scripts/run-webkit-tests: Initialize $configuration to whatever
set-webkit-configuration was last set to.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25731
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-09-25 Adam Roben <aroben@apple.com>
+
+ Make run-webkit-tests respect set-webkit-configuration
+
+ Reviewed by Sam.
+
+ * Scripts/run-webkit-tests: Initialize $configuration to whatever
+ set-webkit-configuration was last set to.
+
2007-09-25 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Eric.
# Argument handling
my $shouldCheckLeaks = '';
-my $configuration = '';
+my $configuration = configuration();
my $guardMalloc = '';
my $httpdPort = 8000;
my $httpdSSLPort = 8443;