OSDN Git Service

Исправлено оформление пункта Выход
[invent/invent.git] / runtests.sh
1 #!/bin/bash
2 # Запуск тестов
3
4 CURRENDIR=pwd
5 DIRNAME=$(dirname $0)
6 cd ${DIRNAME}
7 ./vendor/bin/codecept run
8 cd ${CURRENTDIR}