mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This fixes an unfortunate bug where the backend tests in zerver/tests.py were not being run automatically, and also makes these a bit easier to find.
5 lines
164 B
Batchfile
5 lines
164 B
Batchfile
@ECHO OFF
|
|
set CASPER_PATH=%~dp0..
|
|
set CASPER_BIN=%CASPER_PATH%\bin\
|
|
set ARGV=%*
|
|
call phantomjs "%CASPER_BIN%bootstrap.js" --casper-path="%CASPER_PATH%" --cli %ARGV% |