Fix test
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13153 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
38dc96e0be
commit
1cfa222553
|
@ -15,7 +15,7 @@ cd `dirname $0`
|
|||
set -e
|
||||
set -x
|
||||
CMDOPTS="" # -- command args
|
||||
BUILD="../../_build/ocamlbuild.native bar -no-skip -classic-display $@"
|
||||
BUILD="$OCB bar -no-skip -classic-display $@"
|
||||
BUILD1="$BUILD $CMDOPTS"
|
||||
BUILD2="$BUILD -verbose 0 -nothing-should-be-rebuilt $CMDOPTS"
|
||||
rm -rf _build
|
||||
|
|
Loading…
Reference in New Issue