Skip to content

Commit

Permalink
Merge pull request galaxyproject#18923 from mvdbeek/rename_workflow_t…
Browse files Browse the repository at this point in the history
…est_script

Rename framework workflow test script for easier test collection
  • Loading branch information
mvdbeek authored Oct 2, 2024
2 parents 3cf85a4 + bdbd38f commit a4c640e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ elif [ -n "$framework_workflows_test" ]; then
else
selector=""
fi
extra_args="lib/galaxy_test/workflow/tests.py $selector"
extra_args="lib/galaxy_test/workflow/test_framework_workflows.py $selector"
elif [ -n "$selenium_script" ]; then
extra_args="$selenium_script"
elif [ -n "$toolshed_script" ]; then
Expand Down

0 comments on commit a4c640e

Please sign in to comment.