From 22e85cbc0b55f19a7adc679bb696caeb24fed6bc Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 16 Jul 2009 16:54:55 +0200 Subject: [PATCH] Fix 'make test-debug' --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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