fixup! fixup! Add library path to run layout_test
authorKangYong Park <kaka.park@samsung.com>
Fri, 13 Feb 2015 01:35:27 +0000 (10:35 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
For importing libraries, it need to get host architecture.
And then, bash operator is used, expecially "==".

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11098
Reviewed by: Antonio Gomes, Piotr Tworek

Change-Id: I17ffc71d231aad7eeff00756a53f949caef5543f
Signed-off-by: KangYong Park <kaka.park@samsung.com>
tizen_src/scripts/run-layout-tests

index 75a970a..784eab5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 _script=$(readlink -f $0)
 _top_dir=$(dirname $_script)/..
 _runner=$_top_dir/src/third_party/WebKit/Tools/Scripts/run-webkit-tests