Idris2/tests/idris2/import001/run
Edwin Brady bf0a157253
Disable -Xcheck-hashes, at least for the moment (#1940)
* Version increment to 0.5.1

This is to remove the requirement on Chez >9.5

* Disable -Xcheck-hases, at least for the moment

If we're going to have this as an option, we need to have a portable way
of finding a sha256sum command. At the moment, we might find a command,
but different versions accept different options. We should at least
allow setting it via an environment variable, and we certainly shouldn't
fail if running the command fails.

* Update bootstrap code ready for 0.5.1 release
2021-09-20 07:51:33 +01:00

13 lines
353 B
Plaintext
Executable File

rm -rf build
$1 --no-color --console-width 0 --no-banner --no-prelude Test.idr < input
sleep 1
touch Mult.idr
$1 --no-color --console-width 0 --no-banner --no-prelude Test.idr < input
# Disabled until we have a portable way to do this
#sleep 1
#touch Mult.idr
#$1 --no-color --console-width 0 --no-banner --no-prelude -Xcheck-hashes Test.idr < input