1
0
Fork 0
arangodb/UnitTests/HttpInterface/run-tests

5 lines
120 B
Bash
Executable File

#!/bin/sh
test -d logs || mkdir logs
rspec -I . --color --format d `find . -name "api-*.rb" -a \! -name "*-cluster-*"`