Commit d1fa29ad authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 21abcf5b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
package fs1 package fs1
//go:generate ./gen-testdata //go:generate ./py/gen-testdata
import ( import (
"fmt" "fmt"
...@@ -224,7 +224,7 @@ func TestIndexSaveToPy(t *testing.T) { ...@@ -224,7 +224,7 @@ func TestIndexSaveToPy(t *testing.T) {
} }
// now ask python part to compare testdata and save-by-us index // now ask python part to compare testdata and save-by-us index
cmd := exec.Command("./indexcmp", "testdata/1.fs.index", workdir + "/1.fs.index") cmd := exec.Command("./py/indexcmp", "testdata/1.fs.index", workdir + "/1.fs.index")
cmd.Stdout = os.Stdout cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr cmd.Stderr = os.Stderr
err = cmd.Run() err = cmd.Run()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment