From e6dd5c39dc024aba16ea39a936b2b73e27a4e5b3 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Sat, 30 Mar 2002 00:35:16 +0000 Subject: [PATCH] Correcting mistake in location of JS2 debug shell on Windows. git-svn-id: svn://10.0.0.236/trunk@117743 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/tests/jsDriver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/tests/jsDriver.pl b/mozilla/js/tests/jsDriver.pl index 23c0ddb963a..ea22fb3518c 100755 --- a/mozilla/js/tests/jsDriver.pl +++ b/mozilla/js/tests/jsDriver.pl @@ -729,7 +729,7 @@ sub get_dd_engine_command { $exe = "JS2"; } elsif ($os_type eq "WIN") { $os = "winbuild/"; - $debug = "DikDik_shell___Win32_Debug/"; + $debug = "Debug/"; $opt = "Release/"; $exe = "DikDik_shell.exe"; } else {