projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af22181
)
Use netcoreapp Tizen symlink
author
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Tue, 2 Apr 2019 13:08:03 +0000
(16:08 +0300)
committer
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Tue, 2 Apr 2019 13:08:03 +0000
(16:08 +0300)
tests/run_tests_sdb.sh
patch
|
blob
|
history
diff --git
a/tests/run_tests_sdb.sh
b/tests/run_tests_sdb.sh
index 6d72ecda1a301a9d7a81d21e6a8408529ae9015a..4d04c41802913e26c0c409dff7808cc8b213f7fe 100755
(executable)
--- a/
tests/run_tests_sdb.sh
+++ b/
tests/run_tests_sdb.sh
@@
-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