From d40ec5a1f1e39449339433bbffb4623039a9e68e Mon Sep 17 00:00:00 2001 From: Georges Labreche Date: Sun, 31 Dec 2023 05:30:01 +0000 Subject: [PATCH] issue #8 include seu simulation --- start_exp272.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_exp272.sh b/start_exp272.sh index 1b608d1..98e70ef 100755 --- a/start_exp272.sh +++ b/start_exp272.sh @@ -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"