aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-02-14 15:16:39 +0100
committerhjk <qthjk@ovi.com>2012-02-15 16:08:49 +0100
commit9a9ba12028ab0a6b1a248be612d5c576d39f69d6 (patch)
treef7b92e36826c0e110bb0cb8087f5e4d3745ccba4
parent08e93295021721c49d402ca924b268563330b403 (diff)
Reverting debugger test use default by default
Change-Id: I72fe053f28cf352398a183e5361bfe70942d19ad Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index 76e29ef9c7b..acdcc9d98d6 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -63,7 +63,7 @@
// a test after a BREAK_HERE failed
// Default: 0
#ifndef USE_AUTORUN
-#define USE_AUTORUN 2
+#define USE_AUTORUN 0
#endif
// With USE_AUTOBREAK, the debugger will stop automatically on all