We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908c6bb commit 643aab2Copy full SHA for 643aab2
3 files changed
tests/run-tests.sh
@@ -30,6 +30,9 @@ cp -r ../elm.json "${PACKAGE_PATH}/elm.json"
30
cp -r ../README.md "${PACKAGE_PATH}/README.md"
31
cp -r ../LICENSE "${PACKAGE_PATH}/LICENSE"
32
33
+echo "Patching elm.json to expose some internal modules"
34
+sed -i.bak 's/"Expect",/"Expect","RandomRun",/' "${PACKAGE_PATH}/elm.json"
35
+
36
if [[ "${RANDOMIZED}" -eq 1 ]]; then
37
SEED=$(head -200 /dev/urandom | cksum | cut -f1 -d " ")
38
echo "Randomizing seed to ${SEED}"
0 commit comments