mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-10 05:07:15 +03:00
Fix chez016 test
This commit is contained in:
parent
bd6a4903b5
commit
5281de93e0
@ -101,8 +101,8 @@ chezTests : List String
|
||||
chezTests
|
||||
= ["chez001", "chez002", "chez003", "chez004", "chez005", "chez006",
|
||||
"chez007", "chez008", "chez009", "chez010", "chez011", "chez012",
|
||||
"chez013", "chez014", "chez015", "chez017", "chez018",
|
||||
"reg001"] -- chez016 disabled temporarily
|
||||
"chez013", "chez014", "chez015", "chez016", "chez017", "chez018",
|
||||
"reg001"]
|
||||
|
||||
ideModeTests : List String
|
||||
ideModeTests
|
||||
|
@ -8,7 +8,7 @@ case "$1" in
|
||||
;;
|
||||
*)
|
||||
# Relative path
|
||||
IDRIS2_DIR="$(dirname "$1")/.."
|
||||
IDRIS2_DIR="../$(dirname "$1")"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user