Test that built-in binaries are up to date

This commit is contained in:
Andrey Breslav
2013-09-26 07:11:51 -07:00
parent 65b3d5eac5
commit 4b991f7254
3 changed files with 137 additions and 60 deletions
@@ -275,6 +275,7 @@ public class JetTestUtils {
return answer;
}
@NotNull
public static File tmpDir(String name) throws IOException {
// we should use this form. otherwise directory will be deleted on each test
File answer = FileUtil.createTempDirectory(new File(System.getProperty("java.io.tmpdir")), name, "");