1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Jan Steemann 2014-09-24 17:33:24 +02:00
commit d499edbcec
1 changed files with 3 additions and 4 deletions

View File

@ -387,11 +387,10 @@ function runThere (options, instanceInfo, file) {
if (!r.error && r.code === 200) {
r = JSON.parse(r.body);
}
/*
else {
print("Error on the remote arangod:\n" + r.body);
if (file.indexOf("-spec") !== -1) {
// remoting a jasmine suite...
r = {status: r, message: ''};
}
*/
}
catch (err) {
r = err;