We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6072c48 commit a421651Copy full SHA for a421651
test/assignment3/assignment-test.sh
@@ -29,7 +29,7 @@ if [[ -z ${DO_VALIDATE} || ${DO_VALIDATE} -eq 1 ]]; then
29
./start-qemu-app.sh ${OUTDIR} &
30
echo "Wait for app to finish"
31
# See https://stackoverflow.com/a/6456103
32
- timeout ${qemu_timeout} grep -q "finder-app execution complete" <(tail -f ${logfile})
+ timeout ${qemu_timeout} grep -q "Completed with success!!" <(tail -f ${logfile})
33
rc=$?
34
if [ $rc -ne 0 ]; then
35
add_validate_error "Running finder application on qemu failed with return code $rc, see ${logfile} for details"
0 commit comments