Skip to content

Commit 2523e3d

Browse files
committed
Re-add check for dataset subcommand.
Signed-off-by: Frank Di Natale <3429989+FrankD412@users.noreply.github.com>
1 parent eab6bc7 commit 2523e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/perf/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def run_ex(self,
451451
tmpDir = temp_wd(self.get_working_dir())
452452

453453
cmd_str = commands.get_cmd_str(cmd_idx)
454-
is_prepare_dataset_cmd = 'prepare_dataset' in cmd_str
454+
is_prepare_dataset_cmd = 'prepare_dataset' in cmd_str or "dataset --output" in cmd_str
455455

456456
# Start the timer.
457457
self._start_timestamp = datetime.utcnow()

0 commit comments

Comments
 (0)