mirror of https://github.com/zulip/zulip.git
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
|
#!/bin/sh -xe
|
||
|
|
||
|
# This is a really simple wrapper script, pretty much for documenting clarity
|
||
|
`dirname $0`/../zephyr/tests/generate-fixtures --force
|
||
|
|