mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
set -o errexit
|
|
|
|
cd src
|
|
# Move binaries to CWD as Jepsen expects that.
|
|
mv dist-test/bin/* .
|