소스 검색

Fix test-bats.sh

Manuel Vögele 8 년 전
부모
커밋
b8cfe42eeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ci/test-bats.sh

+ 1
- 1
ci/test-bats.sh 파일 보기

@@ -5,7 +5,7 @@
5 5
 # Exit script on the first error
6 6
 set -o errexit -o nounset
7 7
 
8
-current_hw=$(find . -type d -name 'hw*' | sort | tail -n1)
8
+current_hw=$(find . -type f | grep "hw./task./Cargo\.toml" | sort | tail -n1 | cut -d / -f -2)
9 9
 
10 10
 while IFS= read -r -d '' taskdir; do
11 11
 

Loading…
취소
저장