aboutsummaryrefslogtreecommitdiff
path: root/bbot
diff options
context:
space:
mode:
Diffstat (limited to 'bbot')
-rw-r--r--bbot/worker/worker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index f55f867..9ca549c 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -4707,10 +4707,10 @@ build (size_t argc, const char* argv[])
step_id s (
target_pkg
- ? step_id::bpkg_test_separate_installed_create_for_target
+ ? step_id::bpkg_test_separate_installed_configure_build_for_target
: host_pkg
- ? step_id::bpkg_test_separate_installed_create_for_host
- : step_id::bpkg_test_separate_installed_create_for_module);
+ ? step_id::bpkg_test_separate_installed_configure_build_for_host
+ : step_id::bpkg_test_separate_installed_configure_build_for_module);
step_id f (step_id::bpkg_test_separate_installed_configure_build);