commit | 5b780b1ae2def170286ec4552bd51486eaed92e8 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Wed Sep 22 13:54:26 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 22 13:54:26 2021 +0000 |
tree | 19a30e142a79a56234017a5c8b27662cc2026364 | |
parent | cd439a27e4ddaa4f11b30f1714ea06b1af1bdfb1 [diff] | |
parent | 05d0d24fdc118198505c314923b4cbe9d1bea93c [diff] |
Merge "Add TOP to run_cuj so it runs from the correct dir"
diff --git a/cuj/cuj.go b/cuj/cuj.go index 413f423..c671f6f 100644 --- a/cuj/cuj.go +++ b/cuj/cuj.go
@@ -138,6 +138,8 @@ cujDir := filepath.Join(outDir, "cuj_tests") + wd, _ := os.Getwd() + os.Setenv("TOP", wd) // Use a subdirectory for the out directory for the tests to keep them isolated. os.Setenv("OUT_DIR", filepath.Join(cujDir, "out"))