git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13153 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Wojciech Meyer 2012-12-22 01:34:20 +00:00
parent 38dc96e0be
commit 1cfa222553
1 changed files with 1 additions and 1 deletions

2
ocamlbuild/test/test_virtual/test.sh Normal file → Executable file
View File

@ -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