Skip to content

Commit

Permalink
output test id in autogenerated tests
Browse files Browse the repository at this point in the history
as comment
  • Loading branch information
bernt-matthias committed Nov 24, 2022
1 parent b103c3c commit 98f7fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/openms/generate-foo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ function get_tests2 {
# echo $ctdtmp
# >&2 cat $ctdtmp
testtmp=$(mktemp)
# >&2 cat $ctdtmp
# >&2 echo CTDConverter galaxy -i $ctdtmp -o $testtmp -s tools_blacklist.txt -f "$FILETYPES" -m macros.xml -t tool.conf -p hardcoded_params.json --tool-version $VERSION --test-only --test-unsniffable csv tsv txt dta dta2d edta mrm splib
CTDConverter galaxy -i $ctdtmp -o $testtmp -s tools_blacklist.txt -f "$FILETYPES" -m macros.xml -t tool.conf -p hardcoded_params.json --tool-version $VERSION --test-only --test-unsniffable csv tsv txt dta dta2d edta mrm splib > /dev/null
echo "<!-- $test_id -->"
cat $testtmp | grep -v '<output.*file=""' # | grep -v 'CHEMISTRY/'
rm $ctdtmp $testtmp

Expand Down

0 comments on commit 98f7fbd

Please sign in to comment.