Idris2/tests/chez/chez016/run
Niklas Larsson 473b8ee740 Windows test fixes
Translate node error codes
Strip 'b' from flags
Simplify directory wrangling in chez016
2021-04-12 18:47:57 +02:00

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