Correct unit test invocation in cmake file 60/4560/1
authorE. Scott Daniels <daniels@research.att.com>
Wed, 19 Aug 2020 18:59:38 +0000 (14:59 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 19 Aug 2020 18:59:38 +0000 (14:59 -0400)
commitfa953a3d972dcd1422294f6563c052493998a3fa
treee5be3a2a5dc2e3204f120fef2cd5864af5a84447
parent38f27842e94d88780e012e6145e7a62913a6a347
Correct unit test invocation in cmake file

The CMake invocation of the unit test was attempting to use Ksh
which isn't installed in the  container. Switched it to bash.

Issue-ID: RIC-632

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I9c2576a5e14ccdb7a1f24c2e32c22978d26a57d0
CMakeLists.txt