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) { if (!r.error && r.code === 200) {
r = JSON.parse(r.body); r = JSON.parse(r.body);
} }
/* if (file.indexOf("-spec") !== -1) {
else { // remoting a jasmine suite...
print("Error on the remote arangod:\n" + r.body); r = {status: r, message: ''};
} }
*/
} }
catch (err) { catch (err) {
r = err; r = err;