mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
473b8ee740
Translate node error codes Strip 'b' from flags Simplify directory wrangling in chez016
9 lines
231 B
Plaintext
Executable File
9 lines
231 B
Plaintext
Executable File
# This test needs to run `idris2` from a sub-folder. Get the absolute path.
|
|
|
|
IDRIS2_EXEC="$(realpath "$1")"
|
|
|
|
cd "folder with spaces" || exit
|
|
|
|
"$IDRIS2_EXEC" --no-color --console-width 0 --no-banner Main.idr < ../input
|
|
rm -rf build
|