mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Remove test_metadata.py symlink from packages/job_execution
waiting for a better code decomposition. xref. https://github.com/galaxyproject/galaxy/issues/8240
This commit is contained in:
committed by
Nicola Soranzo
parent
6311af6806
commit
4b2718ba40
@@ -1 +0,0 @@
|
||||
../../../test/unit/tools/test_metadata.py
|
||||
+1
-1
@@ -28,7 +28,7 @@ PACKAGE_DIRS=(
|
||||
)
|
||||
# containers has no tests, tool_util not yet working 100%,
|
||||
# data has many problems quota, tool shed install database, etc..
|
||||
RUN_TESTS=(1 1 1 0 1 0 0 0 1 0)
|
||||
RUN_TESTS=(1 1 1 0 1 0 1 0 1 0)
|
||||
|
||||
for ((i=0; i<${#PACKAGE_DIRS[@]}; i++)); do
|
||||
package_dir=${PACKAGE_DIRS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user