Idris2/tests/idris2/pkg010/run

20 lines
458 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
if [ "$OS" = "windows" ]; then
MY_PWD="$(cygpath -m "$(pwd)")\\\\"
else
MY_PWD="$(pwd)/"
fi
MY_PWD="${MY_PWD}" ./gen_expected.sh
export IDRIS2_PACKAGE_PATH=$IDRIS2_PREFIX/$NAME_VERSION
export IDRIS2_PREFIX=${MY_PWD}currently/nonexistent/dir/
export IDRIS2_INC_CGS=
2023-08-29 13:47:42 +03:00
idris2 --install ./testpkg.ipkg | sed -r "s/.([0-9]){10}//g"
# ../ is there for some extra safety for using rm -rf
2021-10-07 16:05:33 +03:00
rm -rf ../pkg010/build ../pkg010/currently