Use netcoreapp Tizen symlink
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Tue, 2 Apr 2019 13:08:03 +0000 (16:08 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Tue, 2 Apr 2019 13:08:03 +0000 (16:08 +0300)
tests/run_tests_sdb.sh

index 6d72ecda1a301a9d7a81d21e6a8408529ae9015a..4d04c41802913e26c0c409dff7808cc8b213f7fe 100755 (executable)
@@ -48,7 +48,7 @@ find "$SCRIPTDIR" -name '*Test.runtimeconfig.json' | while read fname; do
   $SDB push ${base}.dll ${base}.pdb $REMOTETESTDIR
 done
 
-$SDB shell "echo -e '#!/bin/sh\nexec /lib/ld-linux.so.3 /usr/share/dotnet/corerun --clr-path /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0 \$@' > $REMOTETESTDIR/dotnet"
+$SDB shell "echo -e '#!/bin/sh\nexec /lib/ld-linux.so.3 /usr/share/dotnet/corerun --clr-path /opt/usr/dotnet.tizen/netcoreapp \$@' > $REMOTETESTDIR/dotnet"
 $SDB shell chmod +x $REMOTETESTDIR/dotnet
 
 # Run tests