Skip to content

Commit

Permalink
Rename common-test-functionality.sh to common_test_functionality.sh (#…
Browse files Browse the repository at this point in the history
…3255)

* Rename common-test-functionality.sh to common_test_functionality.sh

* more changes
  • Loading branch information
vfdev-5 committed Jun 4, 2024
1 parent 931dc8e commit d772953
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
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 d772953

Please sign in to comment.