chiark / gitweb /
dgit: aptget archive access method
[dgit.git] / tests / tests / build-modes
index f01bc990da35e4a94b7a9433e5d3946e67a3d269..18ead358e763f1a7b17667a3c5aff1d0c150a896 100755 (executable)
@@ -12,12 +12,19 @@ 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)
+               cleanmodes="$cleanmodes_all"
+               ;;
+       *)
+               cleanmodes="$cleanmodes_default"
+               ;;
        esac
 
        real_act="$act"