OSDN Git Service

intel: properly escape sed pattern for tests
authorNicholas Bishop <nicholasbishop@gmail.com>
Fri, 24 Apr 2020 16:16:31 +0000 (12:16 -0400)
committerNicholas Bishop <nicholasbishop@gmail.com>
Mon, 27 Apr 2020 15:53:58 +0000 (15:53 +0000)
commitdd562b1efdd4efcff62f31ad1106b3559931faf1
treee9f37006c5211a3447f521eb2ae5e8760604583e
parentfd7f3746e3e69470207c4ff2d777c3d23be610f4
intel: properly escape sed pattern for tests

The sed was incorrectly modifying e.g. "nicholasbishop" to
"nicholasbop". The updated pattern will only match `.sh` at the end of
the string.

Signed-off-by: Nicholas Bishop <nicholasbishop@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
intel/tests/test-batch.sh