summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-07-16 16:54:55 +0200
committerRyan <ry@tinyclouds.org>2009-07-16 16:54:55 +0200
commit22e85cbc0b55f19a7adc679bb696caeb24fed6bc (patch)
treed3ecfb9dca713da182bcffe0c82f001b4e68ff4f /configure
parentedbae656d63fd115281ee75f3d0096c9b133b03e (diff)
downloadandroid-node-v8-22e85cbc0b55f19a7adc679bb696caeb24fed6bc.tar.gz
android-node-v8-22e85cbc0b55f19a7adc679bb696caeb24fed6bc.tar.bz2
android-node-v8-22e85cbc0b55f19a7adc679bb696caeb24fed6bc.zip
Fix 'make test-debug'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 701c1e19de..31a5f63560 100755
--- a/configure
+++ b/configure
@@ -101,7 +101,7 @@ test-all: all
python tools/test.py --mode=debug,release
test-debug: all
- python tools/test.py --mode=release,debug
+ python tools/test.py --mode=debug
benchmark: all
build/default/node benchmark/run.js