Skip to content

Commit 36c30f2

Browse files
committed
[scripts/release_test] Rename basic test script
1 parent 9a8e511 commit 36c30f2

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/release_tests/resources/scripts/test_odml_basics.py renamed to scripts/release_tests/resources/scripts/odml_basics.py

File renamed without changes.

scripts/release_tests/run_pypi_odml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ python -c "import odmlui; print('-- Testing against odmlui version v%s' % odmlui
7676
echo
7777
echo "-- Running basic tests"
7878
cd ${ROOT_DIR}/resources/test_load
79-
BASIC_SCRIPT=${ROOT_DIR}/resources/scripts/test_odml_basics.py
79+
BASIC_SCRIPT=${ROOT_DIR}/resources/scripts/odml_basics.py
8080
python ${BASIC_SCRIPT}
8181

8282
if [[ ! $? -eq 0 ]]; then

scripts/release_tests/run_test_pypi_odml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ python -c "import odmlui; print('-- Testing against odmlui version v%s' % odmlui
7676
echo
7777
echo "-- Running basic tests"
7878
cd ${ROOT_DIR}/resources/test_load
79-
BASIC_SCRIPT=${ROOT_DIR}/resources/scripts/test_odml_basics.py
79+
BASIC_SCRIPT=${ROOT_DIR}/resources/scripts/odml_basics.py
8080
python ${BASIC_SCRIPT}
8181

8282
if [[ ! $? -eq 0 ]]; then

0 commit comments

Comments
 (0)