Re: [Fuego] [PATCH 4/4] rt: search for the binary if the build phase is skipped

<[email protected]> Fri, 20 Aug 2021 20:19:15 +0000
Newsgroups dev.linux.lists.fuego
Message-ID <BYAPR13MB25032CE998669E2A27BC0E21FDC19@BYAPR13MB2503.namprd13.prod.outlook.com>
Oops. Reading comprehension error.

> -----Original Message-----
> From: Fuego <[email protected]> On Behalf Of [email protected]
> 
> > +        report "cd $BOARD_TESTDIR/fuego.$TESTDIR; ./cyclictest $BENCHMARK_CYCLICTEST_PARAMS"
> > +    else
> > +        assert_has_program cyclictest
> > +        report "$PROGRAM_CYCLICTEST $BENCHMARK_CYCLICTEST_PARAMS"
> The report line is identical in both branches of the if.  This should
> be put outside the conditional.

Oops.  My bad.  These are not the same.   Please ignore this feedback.
 -- Tim