mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-25 04:15:09 +00:00
Fix tar usage in testinstall
This commit is contained in:
2
koch.nim
2
koch.nim
@@ -112,7 +112,7 @@ proc testUnixInstall() =
|
||||
copyFile("build/nim-$1.tar.xz" % VersionAsString,
|
||||
destDir / "nim-$1.tar.xz" % VersionAsString)
|
||||
setCurrentDir(destDir)
|
||||
execCleanPath("tar -xzf nim-$1.tar.xz" % VersionAsString)
|
||||
execCleanPath("tar -xJf nim-$1.tar.xz" % VersionAsString)
|
||||
setCurrentDir("nim-$1" % VersionAsString)
|
||||
execCleanPath("sh build.sh")
|
||||
# first test: try if './bin/nim --version' outputs something sane:
|
||||
|
||||
Reference in New Issue
Block a user