Changeset 33979 in webkit for trunk/JavaScriptCore/tests


Ignore:
Timestamp:
May 21, 2008, 6:20:45 PM (17 years ago)
Author:
[email protected]
Message:

Merge squirrelfish branch into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/tests/mozilla/jsDriver.pl

    r27894 r33979  
    174174# since the last time we looked.)
    175175        if ($last_suite ne $suite || $last_test_dir ne $test_dir) {
    176             $shell_command = &xp_path($engine_command);
     176            $shell_command = &xp_path($engine_command) . " -s ";
    177177           
    178178            $path = &xp_path($opt_suite_path . $suite . "/shell.js");
Note: See TracChangeset for help on using the changeset viewer.