Loading autotest.sh +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ if [ $EUID -ne 0 ]; then exit 1 fi trap "process_core; exit 1" SIGINT SIGTERM EXIT timing_enter autotest src=$(readlink -f $(dirname $0)) Loading Loading @@ -49,5 +51,7 @@ fi timing_exit autotest chmod a+r $output_dir/timing.txt trap - SIGINT SIGTERM EXIT # catch any stray core files process_core Loading
autotest.sh +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ if [ $EUID -ne 0 ]; then exit 1 fi trap "process_core; exit 1" SIGINT SIGTERM EXIT timing_enter autotest src=$(readlink -f $(dirname $0)) Loading Loading @@ -49,5 +51,7 @@ fi timing_exit autotest chmod a+r $output_dir/timing.txt trap - SIGINT SIGTERM EXIT # catch any stray core files process_core