Skip to content

Commit

Permalink
Fix unit tests entry point execs
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed Mar 4, 2024
1 parent 189bb11 commit b92ab2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions bin/test_ccdb_python

This file was deleted.

2 changes: 1 addition & 1 deletion bin/test_ccdb_python3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo "RUNNING TESTS OF PYTHON PART"
env python3 $CCDB_HOME/python/tests/run_all_tests.py
env python3 $CCDB_HOME/python/tests/run_unit_tests.py



Expand Down

0 comments on commit b92ab2c

Please sign in to comment.