Quellcode durchsuchen

Merge branch 'master' into hw4

Michael Mächtel vor 8 Jahren
Ursprung
Commit
a038598f0d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      ci/test-bats.sh

+ 1
- 1
ci/test-bats.sh Datei anzeigen

5
 # Exit script on the first error
5
 # Exit script on the first error
6
 set -o errexit -o nounset
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
 while IFS= read -r -d '' taskdir; do
10
 while IFS= read -r -d '' taskdir; do
11
 
11
 

Laden…
Abbrechen
Speichern