chiark / gitweb /
Test dgit-repos-policy-debian with multiple (identical, as it happens) existing taints.
[dgit.git] / tests / tests / build-modes
index f01bc990da35e4a94b7a9433e5d3946e67a3d269..d61075ab285c72139a9ff83dd8f502dd22ff3b11 100755 (executable)
@@ -12,12 +12,21 @@ for act in                                  \
        'build -B'                              \
        'build -A'                              \
        'build -F'                              \
+       'build -g'                              \
+       'build -G'                              \
        build-source                            \
 ; do
        bm-guess-e-source-e-targets "$act"
 
        case $act in
-       build-source)   e_source=true;  e_targets=''                    ;;
+       build-source)
+               e_source=true
+               e_targets=''
+               cleanmodes="$cleanmodes_all"
+               ;;
+       *)
+               cleanmodes="$cleanmodes_default"
+               ;;
        esac
 
        real_act="$act"