Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
issue #8 include seu simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeslabreche committed Dec 31, 2023
1 parent bbd1f04 commit d40ec5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_exp272.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ do
statdump_filepath=toGround/${demo}-output-$(basename "$seu_target_file")-seu_${seu_rate}-$(date +"%Y%m%d%H%M%S").txt

# Will it run Doom?
./src/chocolate-doom -nographics -nosound -nograbmouse -iwad demos/doom.wad -statdump ${statdump_filepath} -cdemo demos/${demo} "$@" >> toGround/doom.log 2>&1
./src/chocolate-doom -nographics -nosound -nograbmouse -iwad demos/doom.wad -statdump ${statdump_filepath} -cdemo demos/${demo} >> toGround/doom.log 2>&1

# Check the result of the output
result="N/A"
Expand Down

0 comments on commit d40ec5a

Please sign in to comment.