We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab6bc7 commit 2523e3dCopy full SHA for 2523e3d
tests/integration/defs/perf/utils.py
@@ -451,7 +451,7 @@ def run_ex(self,
451
tmpDir = temp_wd(self.get_working_dir())
452
453
cmd_str = commands.get_cmd_str(cmd_idx)
454
- is_prepare_dataset_cmd = 'prepare_dataset' in cmd_str
+ is_prepare_dataset_cmd = 'prepare_dataset' in cmd_str or "dataset --output" in cmd_str
455
456
# Start the timer.
457
self._start_timestamp = datetime.utcnow()
0 commit comments