Skip to content

Commit

Permalink
pre commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ESI-SYD committed Jan 16, 2024
1 parent f4cf93b commit 5f28a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-triton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function run_core_tests {
if [ $? -ne 0 ]; then
echo "FAILED: return code $?" ; exit $?
fi

TRITON_DISABLE_LINE_INFO=1 python3 -m pytest -n 8 --verbose operators/
if [ $? -ne 0 ]; then
echo "FAILED: return code $?" ; exit $?
Expand All @@ -128,7 +128,7 @@ function run_core_tests {
if [ $? -ne 0 ]; then
echo "FAILED: return code $?" ; exit $?
fi

python3 language/print_helper.py device_print float 1> /dev/null
if [ $? -ne 0 ]; then
echo "FAILED: return code $?" ; exit $?
Expand Down

0 comments on commit 5f28a36

Please sign in to comment.