Skip to content

Commit feaa5a8

Browse files
fix incorrect build and run message
1 parent 60eaa73 commit feaa5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traces/docker_stf_trace_gen/build_and_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RUN_SCRIPT="./run_in_docker.sh"
99
echo "[STEP 1] Building Docker image..."
1010
bash "$BUILD_SCRIPT"
1111

12-
echo "[STEP 2] Running BBV generation and SimPoint analysis..."
12+
echo "[STEP 2] Running trace generation..."
1313
bash "$RUN_SCRIPT"

0 commit comments

Comments
 (0)