Skip to content

Commit

Permalink
Revert "Debug container validation CI"
Browse files Browse the repository at this point in the history
This reverts commit 0ddf6b7.
  • Loading branch information
1tnguyen committed Jan 11, 2024
1 parent 0ddf6b7 commit 7aed295
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/validate_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@ do
else
nvq++ $ex --target $t
fi
# !!DEBUG CODE!!
export CUDAQ_LOG_LEVEL=info
./a.out
# !!DEBUG CODE!!
./a.out &> /dev/null
status=$?
echo "Exited with code $status"
if [ "$status" -eq "0" ]; then
Expand Down

0 comments on commit 7aed295

Please sign in to comment.