Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jun 3, 2024
1 parent 328cbd9 commit ca6522c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/run_cpu_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
source "$(dirname "$0")/common-test-functionality.sh"
source "$(dirname "$0")/common_test_functionality.sh"
set -xeu

skip_distrib_tests=${SKIP_DISTRIB_TESTS:-0}
Expand Down
2 changes: 1 addition & 1 deletion tests/run_gpu_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
source "$(dirname "$0")/common-test-functionality.sh"
source "$(dirname "$0")/common_test_functionality.sh"
set -xeu

skip_distrib_tests=${SKIP_DISTRIB_TESTS:-1}
Expand Down
2 changes: 1 addition & 1 deletion tests/run_tpu_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
source "$(dirname "$0")/common-test-functionality.sh"
source "$(dirname "$0")/common_test_functionality.sh"
set -xeu
use_last_failed=${USE_LAST_FAILED:-0}

Expand Down

0 comments on commit ca6522c

Please sign in to comment.