Fix crate name extraction in build check script (#141)

This commit is contained in:
Alejandro R Mosteo
2020-09-05 14:15:01 +02:00
committed by GitHub
parent 04761d9bef
commit 86228d944a
+1 -1
View File
@@ -45,7 +45,7 @@ for file in $CHANGES; do
# Checks passed, this is a crate we must test
is_system=false
crate=$(basename $file .toml)
crate=$(basename $file .toml | cut -f1 -d-)
echo Testing crate: $crate
# Show info for the record