Skip to content

Commit a421651

Browse files
neohere97Dan Walkes
authored andcommitted
Update assignment-test.sh, grep message corrected
1 parent 6072c48 commit a421651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/assignment3/assignment-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ -z ${DO_VALIDATE} || ${DO_VALIDATE} -eq 1 ]]; then
2929
./start-qemu-app.sh ${OUTDIR} &
3030
echo "Wait for app to finish"
3131
# See https://stackoverflow.com/a/6456103
32-
timeout ${qemu_timeout} grep -q "finder-app execution complete" <(tail -f ${logfile})
32+
timeout ${qemu_timeout} grep -q "Completed with success!!" <(tail -f ${logfile})
3333
rc=$?
3434
if [ $rc -ne 0 ]; then
3535
add_validate_error "Running finder application on qemu failed with return code $rc, see ${logfile} for details"

0 commit comments

Comments
 (0)