We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b1b4f commit 45665d4Copy full SHA for 45665d4
programs/unixbench/xinitrc
@@ -11,7 +11,7 @@
11
. $LKP_SRC/lib/reproduce-log.sh
12
. $LKP_SRC/lib/upload.sh
13
14
-cd $BENCHMARK_ROOT/unixbench || die "no $BENCHMARK_ROOT/unixbench"
+cd $BENCHMARK_ROOT/unixbench/UnixBench || die "no $BENCHMARK_ROOT/unixbench/UnixBench dir"
15
16
export LANG=C
17
@@ -24,7 +24,9 @@ iteration=$(( runtime / 10 ))
24
25
[ -n "$nr_task" ] && other_params="-c $nr_task"
26
27
-cd UnixBench || exit
28
-log_cmd ./Run $test $other_params -i $iteration || exit
+log_cmd ./Run $test $other_params -i $iteration
+exit_status=$?
29
30
upload_files -t results $BENCHMARK_ROOT/unixbench/UnixBench/results/*
31
+
32
+exit $exit_status
0 commit comments