aboutsummaryrefslogtreecommitdiff
path: root/apps/CameraITS/tools/run_scene_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CameraITS/tools/run_scene_tests.sh')
-rwxr-xr-xapps/CameraITS/tools/run_scene_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/CameraITS/tools/run_scene_tests.sh b/apps/CameraITS/tools/run_scene_tests.sh
index d21e6a5..c31f36e 100755
--- a/apps/CameraITS/tools/run_scene_tests.sh
+++ b/apps/CameraITS/tools/run_scene_tests.sh
@@ -62,7 +62,7 @@ done
rm -rf out
mkdir -p out
-echo Running tests with args: $REBOOT camera=$CAMERA target
+echo Running tests with args: $REBOOT camera=$CAMERA target noinit
cd out
python ../../../tools/config.py $REBOOT camera=$CAMERA
@@ -79,7 +79,7 @@ do
echo "--------------------------------------------------------------------"
echo "Running test: $T"
echo "--------------------------------------------------------------------"
- python ../"$T" $REBOOT camera=$CAMERA target
+ python ../"$T" $REBOOT camera=$CAMERA noinit target
code=$?
if [ $code -ne 0 ]; then
let failcount=failcount+1