diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-05-06 22:11:14 +0200 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-05-06 22:14:27 +0200 |
commit | f0f5b19a1d10ec9c66f832287da1e31e5af434b9 (patch) | |
tree | 96d6d98f11231c4198d6014d7ebf8d590459119a /fuel | |
parent | bd101b2edba9928cafddabb4612186ac825b7343 (diff) |
Small correction in build.sh default VAR settings.
JIRA:
Change-Id: I7941d28774ae432c716ec0af84e4c69b8ad57248
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'fuel')
-rwxr-xr-x | fuel/ci/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel/ci/build.sh b/fuel/ci/build.sh index afdcab5..51ccdae 100755 --- a/fuel/ci/build.sh +++ b/fuel/ci/build.sh @@ -105,7 +105,7 @@ TEST_FAIL=0 UNIT_TEST=0 UPDATE_CACHE=0 POPULATE_CACHE=0 -RECURSIV=0 +RECURSIVE=0 DETACH=0 DEBUG=0 INTEGRATION_TEST=0 |