mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 07:41:38 +00:00
Create the output directory if it's not already there
llvm-svn: 12804
This commit is contained in:
parent
394f956177
commit
ed37c7cac6
@ -15,6 +15,9 @@ TESTNAME=$1
|
||||
SUBST=$1
|
||||
OUTPUT=Output/$FILENAME.out
|
||||
|
||||
# create the output directory if it does not already exist
|
||||
mkdir Output > /dev/null 2>&1
|
||||
|
||||
if test $# != 1; then
|
||||
# If more than one parameter is passed in, there must be three parameters:
|
||||
# The filename to read from (already processed), the command used to execute,
|
||||
|
Loading…
x
Reference in New Issue
Block a user