Codebase list kwindowsystem / 75b90f8
Update acc test script Maximiliano Curia 8 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 "${in_file}" > "${out_file}"
88 done
99
10 DH_VERBOSE=1
11
1012 dh_acc
13 ret=$?
14 if [ 0 -ne $ret ]; then
15 cp -r logs "${ADT_ARTIFACTS}"/acc.logs
16 fi
17 exit $ret