mirror of https://github.com/google/oss-fuzz.git
[infra] adding -x to compile scripts to see all commands that are executed
This commit is contained in:
parent
573845b258
commit
95605c91d9
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -eu
|
||||
#!/bin/bash -eux
|
||||
# Copyright 2016 Google Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -36,5 +36,4 @@ echo "FUZZER_LDFLAGS=$FUZZER_LDFLAGS"
|
|||
echo "---------------------------------------------------------------"
|
||||
|
||||
cd /src
|
||||
/src/build.sh
|
||||
|
||||
bash -x /src/build.sh
|
||||
|
|
Loading…
Reference in New Issue