Skip to content

Commit e75ef15

Browse files
verbose copy
1 parent c26749b commit e75ef15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/nodejs8/test_worker.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rm -rf $RUNBOX
1111
mkdir -p $RUNBOX
1212

1313
# Copy source to runbox
14-
cp $DIR/script.js $RUNBOX/script.js
15-
cp $DIR/run.stdin $RUNBOX/run.stdin
14+
cp -fv $DIR/script.js $RUNBOX/script.js
15+
cp -fv $DIR/run.stdin $RUNBOX/run.stdin
1616

1717
# Test Compile
1818
docker run \
@@ -35,4 +35,4 @@ else
3535
fi
3636

3737
# Delete runbox
38-
rm -rf $RUNBOX
38+
rm -rf $RUNBOX

0 commit comments

Comments
 (0)