summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash
index 85bd28655..1de6aafc2 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -24,13 +24,13 @@ maketest() {
}
maketest \
- lib \
+ pkg \
# all of these are subtly different
# from what maketest does.
-(xcd lib/sync;
+(xcd pkg/sync;
make clean;
time make
GOMAXPROCS=10 make test