aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash
index 74ad72e9e3..64514bce62 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -78,8 +78,7 @@ gotest
[ "$GOHOSTOS" == darwin ] ||
(xcd ../misc/cgo/testso
gomake clean
-gomake out
-LD_LIBRARY_PATH=. ./out
+./test.bash
) || exit $?
(xcd ../doc/progs