Skip to content

Commit

Permalink
- Patch #322843 by Damien Tournoud, boombatower: fixed --php paramete…
Browse files Browse the repository at this point in the history
…r in run-tests.sh
  • Loading branch information
dries committed Oct 19, 2008
1 parent d03a842 commit 1429ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: run-tests.sh,v 1.13 2008-10-12 04:30:09 webchick Exp $
// $Id: run-tests.sh,v 1.14 2008-10-19 20:12:55 dries Exp $
/**
* @file
* This script runs Drupal tests from command line.
Expand Down Expand Up @@ -162,7 +162,7 @@ function simpletest_script_parse_args() {
'list' => FALSE,
'clean' => FALSE,
'url' => '',
'php' => NULL,
'php' => '',
'concurrency' => 1,
'all' => FALSE,
'class' => FALSE,
Expand Down

0 comments on commit 1429ec8

Please sign in to comment.