gritzko / swarm

JavaScript replicated model (M of MVC) library
http://swarmdb.net/
MIT License
2.68k stars 97 forks source link

Disable most tests to ease in transition, and fix some paths. #94

Closed lambdafu closed 6 years ago

lambdafu commented 6 years ago

A bit hacky, but I noticed the other pull requests failed the automatic testing for unrelated reasons, so this fixes it up a bit. The change from /bin/bash to /usr/bin/env bash in hashbang files is good practice, because some systems don't have bash in the standard path (NixOS, for example).