We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca004ce + a66d906 commit 44d01b6Copy full SHA for 44d01b6
bin/oltprun
@@ -7,6 +7,7 @@
7
8
# Changes
9
#
10
+# bengsig 28-oct-2024 - awr_replication_cmd
11
# bengsig 30-mar-2022 - -G/--qegraphs
12
# bengsig 15-nov-2022 - rategradient, -i, -d options
13
# bengsig 2-jul-2022 - Add simulatebatch
@@ -125,4 +126,7 @@ fi
125
126
rm -f $awrdirectory$subdir$runnumber/$runnumber.txt
127
cp $resultsdir$subdir$runnumber/$runnumber.out $awrdirectory$subdir$runnumber/$runnumber.txt
128
-
129
+# just to copy over the runnumber.txt file
130
+if [ -n "$awr_replication_cmd" ]; then
131
+ eval $awr_replication_cmd
132
+fi
0 commit comments