Searched refs:need_bug (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/backup/
H A Dtest_restore.sh79 export need_bug=0
82 check_file files/file.txt "first file" || need_bug=1
83 check_file files/another_file.txt "asdf" || need_bug=1
84 #check_file files/3.txt "3" || need_bug=1
85 check_file files/empty.txt "" || need_bug=1
86 check_file shared_prefs/raw.xml '<map><int name="pref" value="1" /></map>' || need_bug=1
89 check_exists files/file_doesnt_exist.txt && need_bug=1
90 check_exists files/no_files_here.txt && need_bug=1
92 if [ \( "$need_bug" -ne 0 \) -a -d "$BUGREPORT_DIR" ]; then
110 exit $need_bug
[all...]

Completed in 55 milliseconds