Skip to content

Commit

Permalink
Update test.sh to check the root cause of oryx dotnet failure further.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 authored Jan 17, 2025
1 parent b69039e commit eaa104a
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/universal/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,30 @@ check "oryx-build-python-installed" python3 -m pip list | grep mpmath
check "oryx-build-python-result" python3 ./sample/python/src/solve.py

#Check the file
whoami
pwd
mkdir rrff
ls -lha
rmdir rrff
cd /home/codespace/
pwd
ls -lha
cd /home/codespace/.dotnet/
pwd
ls -lha
cd /usr/share/dotnet
pwd
ls -lha
cd /usr/share/
pwd
ls -lha
cd /home/codespace/
pwd
ls -lha
cd /home/
pwd
ls -lha

cd /workspaces/images/src/universal/test-project
pwd

# Install platforms with oryx build tool
check "oryx-install-dotnet-2.1" oryx prep --skip-detection --platforms-and-versions dotnet=2.1.30
Expand Down

0 comments on commit eaa104a

Please sign in to comment.