aboutsummaryrefslogtreecommitdiffstats
path: root/para_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'para_test.go')
-rw-r--r--para_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/para_test.go b/para_test.go
index 0cae106..26f2669 100644
--- a/para_test.go
+++ b/para_test.go
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package main
+package kati
import (
"fmt"
@@ -25,8 +25,8 @@ func TestPara(t *testing.T) {
if err != nil {
panic(err)
}
- katiDir = cwd
- jobsFlag = 4
+ ParaPath = filepath.Join(cwd, "para")
+ JobsFlag = 4
paraChan := make(chan *ParaResult)
para := NewParaWorker(paraChan)