Capture timestamp whenever cleanup is triggered in tests (#2054)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-03 14:31:40 +05:30
committed by GitHub
parent 3a8af97eb9
commit c2f455ec1b
12 changed files with 13 additions and 5 deletions
-2
View File
@@ -36,8 +36,6 @@ fi
log "Creating nodejs env"
fission env create --name $env --image $NODE_RUNTIME_IMAGE
for f in $f1 $f2
do
echo "module.exports = function(context, callback) { callback(200, \"$f\n\"); }" > $tmp_dir/$f.js