Index: src/run.bash |
=================================================================== |
--- a/src/run.bash |
+++ b/src/run.bash |
@@ -45,7 +45,7 @@ |
GOMAXPROCS=10 gomake testshort |
) || exit $? |
-(xcd cmd/ebnflint |
+(xcd pkg/exp/ebnflint |
time gomake test |
) || exit $? |