more playing with tests

This commit is contained in:
Jcar
2012-12-20 13:23:21 -08:00
parent 496070edfd
commit 4a95549466
4 changed files with 3 additions and 16 deletions

View File

@@ -2675,6 +2675,7 @@
/usr/local/Cellar/boost/1.50.0/lib, /usr/local/Cellar/boost/1.50.0/lib,
/usr/local/Cellar/protobuf/2.4.1/lib, /usr/local/Cellar/protobuf/2.4.1/lib,
); );
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lssl", "-lssl",
"-lcrypto", "-lcrypto",
@@ -2710,6 +2711,7 @@
/usr/local/Cellar/boost/1.50.0/lib, /usr/local/Cellar/boost/1.50.0/lib,
/usr/local/Cellar/protobuf/2.4.1/lib, /usr/local/Cellar/protobuf/2.4.1/lib,
); );
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lssl", "-lssl",
"-lcrypto", "-lcrypto",

View File

@@ -2,19 +2,4 @@
<Bucket <Bucket
type = "1" type = "1"
version = "1.0"> version = "1.0">
<FileBreakpoints>
<FileBreakpoint
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "src/cpp/ripple/InstanceCounter.h"
timestampString = "377653054.711341"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "46"
endingLineNumber = "46"
landmarkName = "addInstance()"
landmarkType = "5">
</FileBreakpoint>
</FileBreakpoints>
</Bucket> </Bucket>

View File

@@ -9,7 +9,7 @@ var alpha;
buster.testCase("Standalone server startup", { buster.testCase("Standalone server startup", {
"server start and stop" : function (done) { "server start and stop" : function (done) {
alpha = Server.from_config("alpha"); //ADD ,true for verbosity alpha = Server.from_config("alpha",true); //ADD ,true for verbosity
alpha alpha
.on('started', function () { .on('started', function () {